Html Css Color HEX #3EFF3C Lime Green

📋 copy color: '#3EFF3C'

red 62 ◦ green 255 ◦ blue 60

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

Shades of Lime Green #3EFF3C

Tints of Lime Green #3EFF3C

RGB

 RED value IS 62 (24.61% from 255) = 16.45%

 GREEN value IS 255 (100% from 255) = 67.64%

 BLUE value IS 60 (23.83% from 255) = 15.92%

R = 16.45%
G = 67.64%
B = 15.92%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#3EFF3C (or 0x3EFF3C) is known color: Lime Green. HEX triplet: 3E, FF and 3C. RGB value is (62,255,60). Sum of RGB (Red+Green+Blue) = 62+255+60=377 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.45% from 377); Green value is 255 (100% from 255 or 67.64% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFF3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFF3C is #C100C3. Grayscale: #AFAFAF. Windows color (decimal): -12648644 or 3997502. OLE color: 3997502.

HSL color Cylindrical-coordinate representation of color #3EFF3C: hue angle of 119.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFF3C is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 62 255 60 -
CMYK 0.76 0 0.76 0
HSL 119.38º 1% 0.62% -
HSV(B) 119.38º 0.76% 1% -
XYZ 38.56 72.87 16.31 -
YUV 175.06 63.06 47.36 -
System Red Green Blue C M Y K H S L
Decimal 62 255 60 0.76 0 0.76 0 119.38 1 0.62
Hex 3E FF 3C 4C 0 4C 0 77 64 3E
Octal 76 377 74 114 0 114 0 167 144 76
Binary 111110 11111111 111100 1001100 0 1001100 0 1110111 1100100 111110

Color Harmonies of #3EFF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFF3C

Black with #3EFF3C

Text Example


Text Example

White with #3EFF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,255,60); }

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

background-color css

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

 a { background-color: rgb(62,255,60); }

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

border-color css

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

 span { border-color: rgb(62,255,60); }

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