Html Css Color HEX #2CCA1B Lime Green

📋 copy color: '#2CCA1B'

red 44 ◦ green 202 ◦ blue 27

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

Shades of Lime Green #2CCA1B

Tints of Lime Green #2CCA1B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 73.99%

 BLUE value IS 27 (10.94% from 255) = 9.89%

R = 16.12%
G = 73.99%
B = 9.89%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#2CCA1B (or 0x2CCA1B) is known color: Lime Green. HEX triplet: 2C, CA and 1B. RGB value is (44,202,27). Sum of RGB (Red+Green+Blue) = 44+202+27=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 202 (79.30% from 255 or 73.99% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCA1B is #D335E4. Grayscale: #878787. Windows color (decimal): -13841893 or 1821228. OLE color: 1821228.

HSL color Cylindrical-coordinate representation of color #2CCA1B: hue angle of 114.17º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2CCA1B is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 44 202 27 -
CMYK 0.78 0 0.87 0.21
HSL 114.17º 0.76% 0.45% -
HSV(B) 114.17º 0.87% 0.79% -
XYZ 22.36 42.86 8.13 -
YUV 134.81 67.15 63.23 -
System Red Green Blue C M Y K H S L
Decimal 44 202 27 0.78 0 0.87 0.21 114.17 0.76 0.45
Hex 2C CA 1B 4E 0 57 15 72 4C 2D
Octal 54 312 33 116 0 127 25 162 114 55
Binary 101100 11001010 11011 1001110 0 1010111 10101 1110010 1001100 101101

Color Harmonies of #2CCA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCA1B

Black with #2CCA1B

Text Example


Text Example

White with #2CCA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,202,27); }

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

background-color css

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

 a { background-color: rgb(44,202,27); }

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

border-color css

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

 span { border-color: rgb(44,202,27); }

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