Html Css Color HEX #2CC02B Lime Green

📋 copy color: '#2CC02B'

red 44 ◦ green 192 ◦ blue 43

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

Shades of Lime Green #2CC02B

Tints of Lime Green #2CC02B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 68.82%

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

R = 15.77%
G = 68.82%
B = 15.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#2CC02B (or 0x2CC02B) is known color: Lime Green. HEX triplet: 2C, C0 and 2B. RGB value is (44,192,43). Sum of RGB (Red+Green+Blue) = 44+192+43=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC02B is #D33FD4. Grayscale: #838383. Windows color (decimal): -13844437 or 2867244. OLE color: 2867244.

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

Color convert

RGB 44 192 43 -
CMYK 0.77 0 0.78 0.25
HSL 119.6º 0.63% 0.46% -
HSV(B) 119.6º 0.78% 0.75% -
XYZ 20.32 38.41 8.63 -
YUV 130.76 78.47 66.12 -
System Red Green Blue C M Y K H S L
Decimal 44 192 43 0.77 0 0.78 0.25 119.6 0.63 0.46
Hex 2C C0 2B 4D 0 4E 19 78 3F 2E
Octal 54 300 53 115 0 116 31 170 77 56
Binary 101100 11000000 101011 1001101 0 1001110 11001 1111000 111111 101110

Color Harmonies of #2CC02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC02B

Black with #2CC02B

Text Example


Text Example

White with #2CC02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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