Html Css Color HEX #3CDF34 Lime Green

📋 copy color: '#3CDF34'

red 60 ◦ green 223 ◦ blue 52

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

Shades of Lime Green #3CDF34

Tints of Lime Green #3CDF34

RGB

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

 GREEN value IS 223 (87.5% from 255) = 66.57%

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

R = 17.91%
G = 66.57%
B = 15.52%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#3CDF34 (or 0x3CDF34) is known color: Lime Green. HEX triplet: 3C, DF and 34. RGB value is (60,223,52). Sum of RGB (Red+Green+Blue) = 60+223+52=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 223 (87.5% from 255 or 66.57% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDF34 is #C320CB. Grayscale: #9B9B9B. Windows color (decimal): -12787916 or 3465020. OLE color: 3465020.

HSL color Cylindrical-coordinate representation of color #3CDF34: hue angle of 117.19º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CDF34 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 223 52 -
CMYK 0.73 0 0.77 0.13
HSL 117.19º 0.73% 0.54% -
HSV(B) 117.19º 0.77% 0.87% -
XYZ 28.87 53.98 12.15 -
YUV 154.77 70 60.4 -
System Red Green Blue C M Y K H S L
Decimal 60 223 52 0.73 0 0.77 0.13 117.19 0.73 0.54
Hex 3C DF 34 49 0 4D D 75 49 36
Octal 74 337 64 111 0 115 15 165 111 66
Binary 111100 11011111 110100 1001001 0 1001101 1101 1110101 1001001 110110

Color Harmonies of #3CDF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDF34

Black with #3CDF34

Text Example


Text Example

White with #3CDF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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