Html Css Color HEX #3CF128 Lime Green

📋 copy color: '#3CF128'

red 60 ◦ green 241 ◦ blue 40

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

Shades of Lime Green #3CF128

Tints of Lime Green #3CF128

RGB

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

 GREEN value IS 241 (94.53% from 255) = 70.67%

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

R = 17.6%
G = 70.67%
B = 11.73%

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

#3CF128 (or 0x3CF128) is known color: Lime Green. HEX triplet: 3C, F1 and 28. RGB value is (60,241,40). Sum of RGB (Red+Green+Blue) = 60+241+40=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 241 (94.53% from 255 or 70.67% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF128 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF128 is #C30ED7. Grayscale: #A4A4A4. Windows color (decimal): -12783320 or 2683196. OLE color: 2683196.

HSL color Cylindrical-coordinate representation of color #3CF128: hue angle of 114.03º degrees, saturation: 0.88, 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 #3CF128 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 241 40 -
CMYK 0.75 0 0.83 0.05
HSL 114.03º 0.88% 0.55% -
HSV(B) 114.03º 0.83% 0.95% -
XYZ 33.7 64.02 12.59 -
YUV 163.97 58.03 53.84 -
System Red Green Blue C M Y K H S L
Decimal 60 241 40 0.75 0 0.83 0.05 114.03 0.88 0.55
Hex 3C F1 28 4B 0 53 5 72 58 37
Octal 74 361 50 113 0 123 5 162 130 67
Binary 111100 11110001 101000 1001011 0 1010011 101 1110010 1011000 110111

Color Harmonies of #3CF128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF128

Black with #3CF128

Text Example


Text Example

White with #3CF128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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