Html Css Color HEX #2CCC2B Lime Green

📋 copy color: '#2CCC2B'

red 44 ◦ green 204 ◦ blue 43

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

Shades of Lime Green #2CCC2B

Tints of Lime Green #2CCC2B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 70.1%

 BLUE value IS 43 (17.19% from 255) = 14.78%

R = 15.12%
G = 70.1%
B = 14.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#2CCC2B (or 0x2CCC2B) is known color: Lime Green. HEX triplet: 2C, CC and 2B. RGB value is (44,204,43). Sum of RGB (Red+Green+Blue) = 44+204+43=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 204 (80.08% from 255 or 70.10% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCC2B is #D333D4. Grayscale: #8A8A8A. Windows color (decimal): -13841365 or 2870316. OLE color: 2870316.

HSL color Cylindrical-coordinate representation of color #2CCC2B: hue angle of 119.63º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCC2B is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 44 204 43 -
CMYK 0.78 0 0.79 0.2
HSL 119.63º 0.65% 0.48% -
HSV(B) 119.63º 0.79% 0.8% -
XYZ 23.07 43.9 9.54 -
YUV 137.81 74.49 61.09 -
System Red Green Blue C M Y K H S L
Decimal 44 204 43 0.78 0 0.79 0.2 119.63 0.65 0.48
Hex 2C CC 2B 4E 0 4F 14 78 41 30
Octal 54 314 53 116 0 117 24 170 101 60
Binary 101100 11001100 101011 1001110 0 1001111 10100 1111000 1000001 110000

Color Harmonies of #2CCC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCC2B

Black with #2CCC2B

Text Example


Text Example

White with #2CCC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,204,43); }

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

background-color css

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

 a { background-color: rgb(44,204,43); }

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

border-color css

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

 span { border-color: rgb(44,204,43); }

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