Html Css Color HEX #3CF228 Lime Green

📋 copy color: '#3CF228'

red 60 ◦ green 242 ◦ blue 40

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

Shades of Lime Green #3CF228

Tints of Lime Green #3CF228

RGB

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

 GREEN value IS 242 (94.92% from 255) = 70.76%

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

R = 17.54%
G = 70.76%
B = 11.7%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#3CF228 (or 0x3CF228) is known color: Lime Green. HEX triplet: 3C, F2 and 28. RGB value is (60,242,40). Sum of RGB (Red+Green+Blue) = 60+242+40=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 242 (94.92% from 255 or 70.76% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF228 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF228 is #C30DD7. Grayscale: #A5A5A5. Windows color (decimal): -12783064 or 2683452. OLE color: 2683452.

HSL color Cylindrical-coordinate representation of color #3CF228: hue angle of 114.06º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3CF228 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 242 40 -
CMYK 0.75 0 0.83 0.05
HSL 114.06º 0.89% 0.55% -
HSV(B) 114.06º 0.83% 0.95% -
XYZ 34 64.62 12.69 -
YUV 164.55 57.7 53.43 -
System Red Green Blue C M Y K H S L
Decimal 60 242 40 0.75 0 0.83 0.05 114.06 0.89 0.55
Hex 3C F2 28 4B 0 53 5 72 59 37
Octal 74 362 50 113 0 123 5 162 131 67
Binary 111100 11110010 101000 1001011 0 1010011 101 1110010 1011001 110111

Color Harmonies of #3CF228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF228

Black with #3CF228

Text Example


Text Example

White with #3CF228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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