Html Css Color HEX #2CBF14 Lime Green

📋 copy color: '#2CBF14'

red 44 ◦ green 191 ◦ blue 20

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

Shades of Lime Green #2CBF14

Tints of Lime Green #2CBF14

RGB

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

 GREEN value IS 191 (75% from 255) = 74.9%

 BLUE value IS 20 (8.2% from 255) = 7.84%

R = 17.25%
G = 74.9%
B = 7.84%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#2CBF14 (or 0x2CBF14) is known color: Lime Green. HEX triplet: 2C, BF and 14. RGB value is (44,191,20). Sum of RGB (Red+Green+Blue) = 44+191+20=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 191 (75% from 255 or 74.90% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBF14 is #D340EB. Grayscale: #808080. Windows color (decimal): -13844716 or 1359660. OLE color: 1359660.

HSL color Cylindrical-coordinate representation of color #2CBF14: hue angle of 111.58º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CBF14 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 191 20 -
CMYK 0.77 0 0.90 0.25
HSL 111.58º 0.81% 0.41% -
HSV(B) 111.58º 0.9% 0.75% -
XYZ 19.8 37.85 6.92 -
YUV 127.55 67.3 68.4 -
System Red Green Blue C M Y K H S L
Decimal 44 191 20 0.77 0 0.90 0.25 111.58 0.81 0.41
Hex 2C BF 14 4D 0 5A 19 70 51 29
Octal 54 277 24 115 0 132 31 160 121 51
Binary 101100 10111111 10100 1001101 0 1011010 11001 1110000 1010001 101001

Color Harmonies of #2CBF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF14

Black with #2CBF14

Text Example


Text Example

White with #2CBF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,191,20); }

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

background-color css

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

 a { background-color: rgb(44,191,20); }

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

border-color css

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

 span { border-color: rgb(44,191,20); }

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