Html Css Color HEX #45CE37 Lime Green

📋 copy color: '#45CE37'

red 69 ◦ green 206 ◦ blue 55

#45CE37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #45CE37

Tints of Lime Green #45CE37

RGB

 RED value IS 69 (27.34% from 255) = 20.91%

 GREEN value IS 206 (80.86% from 255) = 62.42%

 BLUE value IS 55 (21.88% from 255) = 16.67%

R = 20.91%
G = 62.42%
B = 16.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#45CE37 (or 0x45CE37) is known color: Lime Green. HEX triplet: 45, CE and 37. RGB value is (69,206,55). Sum of RGB (Red+Green+Blue) = 69+206+55=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 206 (80.86% from 255 or 62.42% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 206 - color contains mainly: green. Hex color #45CE37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CE37 is #BA31C8. Grayscale: #949494. Windows color (decimal): -12202441 or 3657285. OLE color: 3657285.

HSL color Cylindrical-coordinate representation of color #45CE37: hue angle of 114.44º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45CE37 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 69 206 55 -
CMYK 0.67 0 0.73 0.19
HSL 114.44º 0.61% 0.51% -
HSV(B) 114.44º 0.73% 0.81% -
XYZ 25.22 45.68 11.1 -
YUV 147.82 75.61 71.78 -
System Red Green Blue C M Y K H S L
Decimal 69 206 55 0.67 0 0.73 0.19 114.44 0.61 0.51
Hex 45 CE 37 43 0 49 13 72 3D 33
Octal 105 316 67 103 0 111 23 162 75 63
Binary 1000101 11001110 110111 1000011 0 1001001 10011 1110010 111101 110011

Color Harmonies of #45CE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CE37

Black with #45CE37

Text Example


Text Example

White with #45CE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45CE37; }

 p { color: rgb(69,206,55); }

 H1.HeaderClassName
 {
   color: #45CE37;
 }
 .AnyTagClassName
 {
   color: #45CE37;
 }
</style>

background-color css

<style>
 a { background-color: #45CE37; }

 a { background-color: rgb(69,206,55); }

 div.DivClassName
 {
   background-color: #45CE37;
 }
 .BgClassName
 {
   background-color: #45CE37;
 }
</style>

border-color css

<style>
 span { border-color: #45CE37; }

 span { border-color: rgb(69,206,55); }

 td.TdClassName
 {
   border-color: #45CE37;
 }
 .TagClassName
 {
   border-color: #45CE37;
 }
</style>