Html Css Color HEX #3CEF52 Lime Green

📋 copy color: '#3CEF52'

red 60 ◦ green 239 ◦ blue 82

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

Shades of Lime Green #3CEF52

Tints of Lime Green #3CEF52

RGB

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

 GREEN value IS 239 (93.75% from 255) = 62.73%

 BLUE value IS 82 (32.42% from 255) = 21.52%

R = 15.75%
G = 62.73%
B = 21.52%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#3CEF52 (or 0x3CEF52) is known color: Lime Green. HEX triplet: 3C, EF and 52. RGB value is (60,239,82). Sum of RGB (Red+Green+Blue) = 60+239+82=381 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.75% from 381); Green value is 239 (93.75% from 255 or 62.73% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CEF52 is #C310AD. Grayscale: #A8A8A8. Windows color (decimal): -12783790 or 5435196. OLE color: 5435196.

HSL color Cylindrical-coordinate representation of color #3CEF52: hue angle of 127.37º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEF52 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 239 82 -
CMYK 0.75 0 0.66 0.06
HSL 127.37º 0.85% 0.59% -
HSV(B) 127.37º 0.75% 0.94% -
XYZ 34.25 63.3 18.4 -
YUV 167.58 79.7 51.27 -
System Red Green Blue C M Y K H S L
Decimal 60 239 82 0.75 0 0.66 0.06 127.37 0.85 0.59
Hex 3C EF 52 4B 0 42 6 7F 55 3B
Octal 74 357 122 113 0 102 6 177 125 73
Binary 111100 11101111 1010010 1001011 0 1000010 110 1111111 1010101 111011

Color Harmonies of #3CEF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEF52

Black with #3CEF52

Text Example


Text Example

White with #3CEF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,239,82); }

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

background-color css

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

 a { background-color: rgb(60,239,82); }

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

border-color css

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

 span { border-color: rgb(60,239,82); }

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