Html Css Color HEX #3CED34 Lime Green

📋 copy color: '#3CED34'

red 60 ◦ green 237 ◦ blue 52

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

Shades of Lime Green #3CED34

Tints of Lime Green #3CED34

RGB

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

 GREEN value IS 237 (92.97% from 255) = 67.91%

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

R = 17.19%
G = 67.91%
B = 14.9%

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

#3CED34 (or 0x3CED34) is known color: Lime Green. HEX triplet: 3C, ED and 34. RGB value is (60,237,52). Sum of RGB (Red+Green+Blue) = 60+237+52=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 237 (92.97% from 255 or 67.91% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 237 - color contains mainly: green. Hex color #3CED34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CED34 is #C312CB. Grayscale: #A3A3A3. Windows color (decimal): -12784332 or 3468604. OLE color: 3468604.

HSL color Cylindrical-coordinate representation of color #3CED34: hue angle of 117.41º degrees, saturation: 0.84, 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 #3CED34 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 237 52 -
CMYK 0.75 0 0.78 0.07
HSL 117.41º 0.84% 0.57% -
HSV(B) 117.41º 0.78% 0.93% -
XYZ 32.77 61.78 13.45 -
YUV 162.99 65.36 54.54 -
System Red Green Blue C M Y K H S L
Decimal 60 237 52 0.75 0 0.78 0.07 117.41 0.84 0.57
Hex 3C ED 34 4B 0 4E 7 75 54 39
Octal 74 355 64 113 0 116 7 165 124 71
Binary 111100 11101101 110100 1001011 0 1001110 111 1110101 1010100 111001

Color Harmonies of #3CED34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CED34

Black with #3CED34

Text Example


Text Example

White with #3CED34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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