Html Css Color HEX #3CEE53 Lime Green

📋 copy color: '#3CEE53'

red 60 ◦ green 238 ◦ blue 83

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

Shades of Lime Green #3CEE53

Tints of Lime Green #3CEE53

RGB

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

 GREEN value IS 238 (93.36% from 255) = 62.47%

 BLUE value IS 83 (32.81% from 255) = 21.78%

R = 15.75%
G = 62.47%
B = 21.78%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#3CEE53 (or 0x3CEE53) is known color: Lime Green. HEX triplet: 3C, EE and 53. RGB value is (60,238,83). Sum of RGB (Red+Green+Blue) = 60+238+83=381 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.75% from 381); Green value is 238 (93.36% from 255 or 62.47% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEE53 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CEE53 is #C311AC. Grayscale: #A7A7A7. Windows color (decimal): -12784045 or 5500476. OLE color: 5500476.

HSL color Cylindrical-coordinate representation of color #3CEE53: hue angle of 127.75º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEE53 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 238 83 -
CMYK 0.75 0 0.65 0.07
HSL 127.75º 0.84% 0.58% -
HSV(B) 127.75º 0.75% 0.93% -
XYZ 34 62.73 18.5 -
YUV 167.11 80.53 51.6 -
System Red Green Blue C M Y K H S L
Decimal 60 238 83 0.75 0 0.65 0.07 127.75 0.84 0.58
Hex 3C EE 53 4B 0 41 7 80 54 3A
Octal 74 356 123 113 0 101 7 200 124 72
Binary 111100 11101110 1010011 1001011 0 1000001 111 10000000 1010100 111010

Color Harmonies of #3CEE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEE53

Black with #3CEE53

Text Example


Text Example

White with #3CEE53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,238,83); }

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

background-color css

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

 a { background-color: rgb(60,238,83); }

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

border-color css

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

 span { border-color: rgb(60,238,83); }

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