Html Css Color HEX #45CF31 Lime Green

📋 copy color: '#45CF31'

red 69 ◦ green 207 ◦ blue 49

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

Shades of Lime Green #45CF31

Tints of Lime Green #45CF31

RGB

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

 GREEN value IS 207 (81.25% from 255) = 63.69%

 BLUE value IS 49 (19.53% from 255) = 15.08%

R = 21.23%
G = 63.69%
B = 15.08%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#45CF31 (or 0x45CF31) is known color: Lime Green. HEX triplet: 45, CF and 31. RGB value is (69,207,49). Sum of RGB (Red+Green+Blue) = 69+207+49=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 207 (81.25% from 255 or 63.69% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CF31 is #BA30CE. Grayscale: #949494. Windows color (decimal): -12202191 or 3264325. OLE color: 3264325.

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

Color convert

RGB 69 207 49 -
CMYK 0.67 0 0.76 0.19
HSL 112.41º 0.62% 0.5% -
HSV(B) 112.41º 0.76% 0.81% -
XYZ 25.32 46.11 10.47 -
YUV 147.73 72.28 71.85 -
System Red Green Blue C M Y K H S L
Decimal 69 207 49 0.67 0 0.76 0.19 112.41 0.62 0.5
Hex 45 CF 31 43 0 4C 13 70 3E 32
Octal 105 317 61 103 0 114 23 160 76 62
Binary 1000101 11001111 110001 1000011 0 1001100 10011 1110000 111110 110010

Color Harmonies of #45CF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CF31

Black with #45CF31

Text Example


Text Example

White with #45CF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,207,49); }

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

background-color css

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

 a { background-color: rgb(69,207,49); }

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

border-color css

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

 span { border-color: rgb(69,207,49); }

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