Html Css Color HEX #3CEE34 Lime Green

📋 copy color: '#3CEE34'

red 60 ◦ green 238 ◦ blue 52

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

Shades of Lime Green #3CEE34

Tints of Lime Green #3CEE34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.86%

R = 17.14%
G = 68%
B = 14.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#3CEE34 (or 0x3CEE34) is known color: Lime Green. HEX triplet: 3C, EE and 34. RGB value is (60,238,52). Sum of RGB (Red+Green+Blue) = 60+238+52=350 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.14% from 350); Green value is 238 (93.36% from 255 or 68% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEE34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEE34 is #C311CB. Grayscale: #A4A4A4. Windows color (decimal): -12784076 or 3468860. OLE color: 3468860.

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

Color convert

RGB 60 238 52 -
CMYK 0.75 0 0.78 0.07
HSL 117.42º 0.85% 0.57% -
HSV(B) 117.42º 0.78% 0.93% -
XYZ 33.06 62.36 13.54 -
YUV 163.57 65.03 54.12 -
System Red Green Blue C M Y K H S L
Decimal 60 238 52 0.75 0 0.78 0.07 117.42 0.85 0.57
Hex 3C EE 34 4B 0 4E 7 75 55 39
Octal 74 356 64 113 0 116 7 165 125 71
Binary 111100 11101110 110100 1001011 0 1001110 111 1110101 1010101 111001

Color Harmonies of #3CEE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEE34

Black with #3CEE34

Text Example


Text Example

White with #3CEE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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