Html Css Color HEX #2CD91F Lime Green

📋 copy color: '#2CD91F'

red 44 ◦ green 217 ◦ blue 31

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

Shades of Lime Green #2CD91F

Tints of Lime Green #2CD91F

RGB

 RED value IS 44 (17.58% from 255) = 15.07%

 GREEN value IS 217 (85.16% from 255) = 74.32%

 BLUE value IS 31 (12.5% from 255) = 10.62%

R = 15.07%
G = 74.32%
B = 10.62%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#2CD91F (or 0x2CD91F) is known color: Lime Green. HEX triplet: 2C, D9 and 1F. RGB value is (44,217,31). Sum of RGB (Red+Green+Blue) = 44+217+31=292 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.07% from 292); Green value is 217 (85.16% from 255 or 74.32% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 217 - color contains mainly: green. Hex color #2CD91F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD91F is #D326E0. Grayscale: #909090. Windows color (decimal): -13838049 or 2087212. OLE color: 2087212.

HSL color Cylindrical-coordinate representation of color #2CD91F: hue angle of 115.81º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CD91F is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 44 217 31 -
CMYK 0.80 0 0.86 0.15
HSL 115.81º 0.75% 0.49% -
HSV(B) 115.81º 0.86% 0.85% -
XYZ 26.1 50.26 9.62 -
YUV 144.07 64.19 56.62 -
System Red Green Blue C M Y K H S L
Decimal 44 217 31 0.80 0 0.86 0.15 115.81 0.75 0.49
Hex 2C D9 1F 50 0 56 F 74 4B 31
Octal 54 331 37 120 0 126 17 164 113 61
Binary 101100 11011001 11111 1010000 0 1010110 1111 1110100 1001011 110001

Color Harmonies of #2CD91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD91F

Black with #2CD91F

Text Example


Text Example

White with #2CD91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CD91F; }

 p { color: rgb(44,217,31); }

 H1.HeaderClassName
 {
   color: #2CD91F;
 }
 .AnyTagClassName
 {
   color: #2CD91F;
 }
</style>

background-color css

<style>
 a { background-color: #2CD91F; }

 a { background-color: rgb(44,217,31); }

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

border-color css

<style>
 span { border-color: #2CD91F; }

 span { border-color: rgb(44,217,31); }

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