Html Css Color HEX #2CCC30 Lime Green

📋 copy color: '#2CCC30'

red 44 ◦ green 204 ◦ blue 48

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

Shades of Lime Green #2CCC30

Tints of Lime Green #2CCC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.22%

R = 14.86%
G = 68.92%
B = 16.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#2CCC30 (or 0x2CCC30) is known color: Lime Green. HEX triplet: 2C, CC and 30. RGB value is (44,204,48). Sum of RGB (Red+Green+Blue) = 44+204+48=296 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.86% from 296); Green value is 204 (80.08% from 255 or 68.92% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCC30 is #D333CF. Grayscale: #8A8A8A. Windows color (decimal): -13841360 or 3197996. OLE color: 3197996.

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

Color convert

RGB 44 204 48 -
CMYK 0.78 0 0.76 0.2
HSL 121.5º 0.65% 0.49% -
HSV(B) 121.5º 0.78% 0.8% -
XYZ 23.17 43.93 10.06 -
YUV 138.38 76.99 60.68 -
System Red Green Blue C M Y K H S L
Decimal 44 204 48 0.78 0 0.76 0.2 121.5 0.65 0.49
Hex 2C CC 30 4E 0 4C 14 7A 41 31
Octal 54 314 60 116 0 114 24 172 101 61
Binary 101100 11001100 110000 1001110 0 1001100 10100 1111010 1000001 110001

Color Harmonies of #2CCC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCC30

Black with #2CCC30

Text Example


Text Example

White with #2CCC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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