Html Css Color HEX #3CC228 Lime Green

📋 copy color: '#3CC228'

red 60 ◦ green 194 ◦ blue 40

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

Shades of Lime Green #3CC228

Tints of Lime Green #3CC228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.61%

R = 20.41%
G = 65.99%
B = 13.61%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#3CC228 (or 0x3CC228) is known color: Lime Green. HEX triplet: 3C, C2 and 28. RGB value is (60,194,40). Sum of RGB (Red+Green+Blue) = 60+194+40=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 194 (76.17% from 255 or 65.99% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC228 is #C33DD7. Grayscale: #888888. Windows color (decimal): -12795352 or 2671164. OLE color: 2671164.

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

Color convert

RGB 60 194 40 -
CMYK 0.69 0 0.79 0.24
HSL 112.21º 0.66% 0.46% -
HSV(B) 112.21º 0.79% 0.76% -
XYZ 21.54 39.7 8.53 -
YUV 136.38 73.61 73.52 -
System Red Green Blue C M Y K H S L
Decimal 60 194 40 0.69 0 0.79 0.24 112.21 0.66 0.46
Hex 3C C2 28 45 0 4F 18 70 42 2E
Octal 74 302 50 105 0 117 30 160 102 56
Binary 111100 11000010 101000 1000101 0 1001111 11000 1110000 1000010 101110

Color Harmonies of #3CC228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC228

Black with #3CC228

Text Example


Text Example

White with #3CC228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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