Html Css Color HEX #45CB39 Lime Green

📋 copy color: '#45CB39'

red 69 ◦ green 203 ◦ blue 57

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

Shades of Lime Green #45CB39

Tints of Lime Green #45CB39

RGB

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

 GREEN value IS 203 (79.69% from 255) = 61.7%

 BLUE value IS 57 (22.66% from 255) = 17.33%

R = 20.97%
G = 61.7%
B = 17.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#45CB39 (or 0x45CB39) is known color: Lime Green. HEX triplet: 45, CB and 39. RGB value is (69,203,57). Sum of RGB (Red+Green+Blue) = 69+203+57=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 203 (79.69% from 255 or 61.70% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 203 - color contains mainly: green. Hex color #45CB39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CB39 is #BA34C6. Grayscale: #929292. Windows color (decimal): -12203207 or 3787589. OLE color: 3787589.

HSL color Cylindrical-coordinate representation of color #45CB39: hue angle of 115.07º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45CB39 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 203 57 -
CMYK 0.66 0 0.72 0.20
HSL 115.07º 0.58% 0.51% -
HSV(B) 115.07º 0.72% 0.8% -
XYZ 24.55 44.27 11.12 -
YUV 146.29 77.61 72.87 -
System Red Green Blue C M Y K H S L
Decimal 69 203 57 0.66 0 0.72 0.20 115.07 0.58 0.51
Hex 45 CB 39 42 0 48 14 73 3A 33
Octal 105 313 71 102 0 110 24 163 72 63
Binary 1000101 11001011 111001 1000010 0 1001000 10100 1110011 111010 110011

Color Harmonies of #45CB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CB39

Black with #45CB39

Text Example


Text Example

White with #45CB39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,203,57); }

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

background-color css

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

 a { background-color: rgb(69,203,57); }

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

border-color css

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

 span { border-color: rgb(69,203,57); }

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