Html Css Color HEX #45CB37 Lime Green

📋 copy color: '#45CB37'

red 69 ◦ green 203 ◦ blue 55

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

Shades of Lime Green #45CB37

Tints of Lime Green #45CB37

RGB

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

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

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

R = 21.1%
G = 62.08%
B = 16.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#45CB37 (or 0x45CB37) is known color: Lime Green. HEX triplet: 45, CB and 37. RGB value is (69,203,55). Sum of RGB (Red+Green+Blue) = 69+203+55=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 203 (79.69% from 255 or 62.08% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 203 - color contains mainly: green. Hex color #45CB37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CB37 is #BA34C8. Grayscale: #929292. Windows color (decimal): -12203209 or 3656517. OLE color: 3656517.

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

Color convert

RGB 69 203 55 -
CMYK 0.66 0 0.73 0.20
HSL 114.32º 0.59% 0.51% -
HSV(B) 114.32º 0.73% 0.8% -
XYZ 24.5 44.25 10.86 -
YUV 146.06 76.61 73.03 -
System Red Green Blue C M Y K H S L
Decimal 69 203 55 0.66 0 0.73 0.20 114.32 0.59 0.51
Hex 45 CB 37 42 0 49 14 72 3B 33
Octal 105 313 67 102 0 111 24 162 73 63
Binary 1000101 11001011 110111 1000010 0 1001001 10100 1110010 111011 110011

Color Harmonies of #45CB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CB37

Black with #45CB37

Text Example


Text Example

White with #45CB37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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