Html Css Color HEX #3CC22B Lime Green

📋 copy color: '#3CC22B'

red 60 ◦ green 194 ◦ blue 43

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

Shades of Lime Green #3CC22B

Tints of Lime Green #3CC22B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 65.32%

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

R = 20.2%
G = 65.32%
B = 14.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#3CC22B (or 0x3CC22B) is known color: Lime Green. HEX triplet: 3C, C2 and 2B. RGB value is (60,194,43). Sum of RGB (Red+Green+Blue) = 60+194+43=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 194 (76.17% from 255 or 65.32% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC22B is #C33DD4. Grayscale: #898989. Windows color (decimal): -12795349 or 2867772. OLE color: 2867772.

HSL color Cylindrical-coordinate representation of color #3CC22B: hue angle of 113.25º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CC22B is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 194 43 -
CMYK 0.69 0 0.78 0.24
HSL 113.25º 0.64% 0.46% -
HSV(B) 113.25º 0.78% 0.76% -
XYZ 21.59 39.72 8.81 -
YUV 136.72 75.11 73.28 -
System Red Green Blue C M Y K H S L
Decimal 60 194 43 0.69 0 0.78 0.24 113.25 0.64 0.46
Hex 3C C2 2B 45 0 4E 18 71 40 2E
Octal 74 302 53 105 0 116 30 161 100 56
Binary 111100 11000010 101011 1000101 0 1001110 11000 1110001 1000000 101110

Color Harmonies of #3CC22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC22B

Black with #3CC22B

Text Example


Text Example

White with #3CC22B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,194,43); }

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

background-color css

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

 a { background-color: rgb(60,194,43); }

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

border-color css

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

 span { border-color: rgb(60,194,43); }

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