Html Css Color HEX #31CF45 Lime Green

📋 copy color: '#31CF45'

red 49 ◦ green 207 ◦ blue 69

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

Shades of Lime Green #31CF45

Tints of Lime Green #31CF45

RGB

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

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

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

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

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #31CF45: hue angle of 127.59º 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 #31CF45 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 207 69 -
CMYK 0.76 0 0.67 0.19
HSL 127.59º 0.62% 0.5% -
HSV(B) 127.59º 0.76% 0.81% -
XYZ 24.65 45.71 13.15 -
YUV 144.03 85.65 60.22 -
System Red Green Blue C M Y K H S L
Decimal 49 207 69 0.76 0 0.67 0.19 127.59 0.62 0.5
Hex 31 CF 45 4C 0 43 13 80 3E 32
Octal 61 317 105 114 0 103 23 200 76 62
Binary 110001 11001111 1000101 1001100 0 1000011 10011 10000000 111110 110010

Color Harmonies of #31CF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CF45

Black with #31CF45

Text Example


Text Example

White with #31CF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31CF45; }

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

 H1.HeaderClassName
 {
   color: #31CF45;
 }
 .AnyTagClassName
 {
   color: #31CF45;
 }
</style>

background-color css

<style>
 a { background-color: #31CF45; }

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

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

border-color css

<style>
 span { border-color: #31CF45; }

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

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