Html Css Color HEX #2CCC38 Lime Green

📋 copy color: '#2CCC38'

red 44 ◦ green 204 ◦ blue 56

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

Shades of Lime Green #2CCC38

Tints of Lime Green #2CCC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.42%

R = 14.47%
G = 67.11%
B = 18.42%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#2CCC38 (or 0x2CCC38) is known color: Lime Green. HEX triplet: 2C, CC and 38. RGB value is (44,204,56). Sum of RGB (Red+Green+Blue) = 44+204+56=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 204 (80.08% from 255 or 67.11% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCC38 is #D333C7. Grayscale: #8B8B8B. Windows color (decimal): -13841352 or 3722284. OLE color: 3722284.

HSL color Cylindrical-coordinate representation of color #2CCC38: hue angle of 124.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 #2CCC38 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 44 204 56 -
CMYK 0.78 0 0.73 0.2
HSL 124.5º 0.65% 0.49% -
HSV(B) 124.5º 0.78% 0.8% -
XYZ 23.35 44.01 11.01 -
YUV 139.29 80.99 60.03 -
System Red Green Blue C M Y K H S L
Decimal 44 204 56 0.78 0 0.73 0.2 124.5 0.65 0.49
Hex 2C CC 38 4E 0 49 14 7C 41 31
Octal 54 314 70 116 0 111 24 174 101 61
Binary 101100 11001100 111000 1001110 0 1001001 10100 1111100 1000001 110001

Color Harmonies of #2CCC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCC38

Black with #2CCC38

Text Example


Text Example

White with #2CCC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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