Html Css Color HEX #3CF226 Lime Green

📋 copy color: '#3CF226'

red 60 ◦ green 242 ◦ blue 38

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

Shades of Lime Green #3CF226

Tints of Lime Green #3CF226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.18%

R = 17.65%
G = 71.18%
B = 11.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#3CF226 (or 0x3CF226) is known color: Lime Green. HEX triplet: 3C, F2 and 26. RGB value is (60,242,38). Sum of RGB (Red+Green+Blue) = 60+242+38=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 242 (94.92% from 255 or 71.18% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF226 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF226 is #C30DD9. Grayscale: #A4A4A4. Windows color (decimal): -12783066 or 2552380. OLE color: 2552380.

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

Color convert

RGB 60 242 38 -
CMYK 0.75 0 0.84 0.05
HSL 113.53º 0.89% 0.55% -
HSV(B) 113.53º 0.84% 0.95% -
XYZ 33.97 64.6 12.51 -
YUV 164.33 56.7 53.59 -
System Red Green Blue C M Y K H S L
Decimal 60 242 38 0.75 0 0.84 0.05 113.53 0.89 0.55
Hex 3C F2 26 4B 0 54 5 72 59 37
Octal 74 362 46 113 0 124 5 162 131 67
Binary 111100 11110010 100110 1001011 0 1010100 101 1110010 1011001 110111

Color Harmonies of #3CF226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF226

Black with #3CF226

Text Example


Text Example

White with #3CF226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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