Html Css Color HEX #3CCA22 Lime Green

📋 copy color: '#3CCA22'

red 60 ◦ green 202 ◦ blue 34

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

Shades of Lime Green #3CCA22

Tints of Lime Green #3CCA22

RGB

 RED value IS 60 (23.83% from 255) = 20.27%

 GREEN value IS 202 (79.3% from 255) = 68.24%

 BLUE value IS 34 (13.67% from 255) = 11.49%

R = 20.27%
G = 68.24%
B = 11.49%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#3CCA22 (or 0x3CCA22) is known color: Lime Green. HEX triplet: 3C, CA and 22. RGB value is (60,202,34). Sum of RGB (Red+Green+Blue) = 60+202+34=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 202 (79.30% from 255 or 68.24% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCA22 is #C335DD. Grayscale: #8C8C8C. Windows color (decimal): -12793310 or 2279996. OLE color: 2279996.

HSL color Cylindrical-coordinate representation of color #3CCA22: hue angle of 110.71º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3CCA22 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 202 34 -
CMYK 0.70 0 0.83 0.21
HSL 110.71º 0.71% 0.46% -
HSV(B) 110.71º 0.83% 0.79% -
XYZ 23.27 43.32 8.65 -
YUV 140.39 67.96 70.66 -
System Red Green Blue C M Y K H S L
Decimal 60 202 34 0.70 0 0.83 0.21 110.71 0.71 0.46
Hex 3C CA 22 46 0 53 15 6F 47 2E
Octal 74 312 42 106 0 123 25 157 107 56
Binary 111100 11001010 100010 1000110 0 1010011 10101 1101111 1000111 101110

Color Harmonies of #3CCA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCA22

Black with #3CCA22

Text Example


Text Example

White with #3CCA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CCA22; }

 p { color: rgb(60,202,34); }

 H1.HeaderClassName
 {
   color: #3CCA22;
 }
 .AnyTagClassName
 {
   color: #3CCA22;
 }
</style>

background-color css

<style>
 a { background-color: #3CCA22; }

 a { background-color: rgb(60,202,34); }

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

border-color css

<style>
 span { border-color: #3CCA22; }

 span { border-color: rgb(60,202,34); }

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