Html Css Color HEX #2CC33C Lime Green

📋 copy color: '#2CC33C'

red 44 ◦ green 195 ◦ blue 60

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

Shades of Lime Green #2CC33C

Tints of Lime Green #2CC33C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 65.22%

 BLUE value IS 60 (23.83% from 255) = 20.07%

R = 14.72%
G = 65.22%
B = 20.07%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#2CC33C (or 0x2CC33C) is known color: Lime Green. HEX triplet: 2C, C3 and 3C. RGB value is (44,195,60). Sum of RGB (Red+Green+Blue) = 44+195+60=299 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.72% from 299); Green value is 195 (76.56% from 255 or 65.22% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC33C is #D33CC3. Grayscale: #868686. Windows color (decimal): -13843652 or 3982124. OLE color: 3982124.

HSL color Cylindrical-coordinate representation of color #2CC33C: hue angle of 126.36º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC33C is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 44 195 60 -
CMYK 0.77 0 0.69 0.24
HSL 126.36º 0.63% 0.47% -
HSV(B) 126.36º 0.77% 0.76% -
XYZ 21.37 39.89 10.85 -
YUV 134.46 85.97 63.48 -
System Red Green Blue C M Y K H S L
Decimal 44 195 60 0.77 0 0.69 0.24 126.36 0.63 0.47
Hex 2C C3 3C 4D 0 45 18 7E 3F 2F
Octal 54 303 74 115 0 105 30 176 77 57
Binary 101100 11000011 111100 1001101 0 1000101 11000 1111110 111111 101111

Color Harmonies of #2CC33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC33C

Black with #2CC33C

Text Example


Text Example

White with #2CC33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,195,60); }

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

background-color css

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

 a { background-color: rgb(44,195,60); }

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

border-color css

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

 span { border-color: rgb(44,195,60); }

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