Html Css Color HEX #2CBF1A Lime Green

📋 copy color: '#2CBF1A'

red 44 ◦ green 191 ◦ blue 26

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

Shades of Lime Green #2CBF1A

Tints of Lime Green #2CBF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.96%

R = 16.86%
G = 73.18%
B = 9.96%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#2CBF1A (or 0x2CBF1A) is known color: Lime Green. HEX triplet: 2C, BF and 1A. RGB value is (44,191,26). Sum of RGB (Red+Green+Blue) = 44+191+26=261 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.86% from 261); Green value is 191 (75% from 255 or 73.18% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBF1A is #D340E5. Grayscale: #808080. Windows color (decimal): -13844710 or 1752876. OLE color: 1752876.

HSL color Cylindrical-coordinate representation of color #2CBF1A: hue angle of 113.45º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CBF1A is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 191 26 -
CMYK 0.77 0 0.86 0.25
HSL 113.45º 0.76% 0.43% -
HSV(B) 113.45º 0.86% 0.75% -
XYZ 19.86 37.87 7.24 -
YUV 128.24 70.3 67.92 -
System Red Green Blue C M Y K H S L
Decimal 44 191 26 0.77 0 0.86 0.25 113.45 0.76 0.43
Hex 2C BF 1A 4D 0 56 19 71 4C 2B
Octal 54 277 32 115 0 126 31 161 114 53
Binary 101100 10111111 11010 1001101 0 1010110 11001 1110001 1001100 101011

Color Harmonies of #2CBF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF1A

Black with #2CBF1A

Text Example


Text Example

White with #2CBF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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