Html Css Color HEX #3CF934 Lime Green

📋 copy color: '#3CF934'

red 60 ◦ green 249 ◦ blue 52

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

Shades of Lime Green #3CF934

Tints of Lime Green #3CF934

RGB

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

 GREEN value IS 249 (97.66% from 255) = 68.98%

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

R = 16.62%
G = 68.98%
B = 14.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#3CF934 (or 0x3CF934) is known color: Lime Green. HEX triplet: 3C, F9 and 34. RGB value is (60,249,52). Sum of RGB (Red+Green+Blue) = 60+249+52=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 249 (97.66% from 255 or 68.98% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF934 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF934 is #C306CB. Grayscale: #AAAAAA. Windows color (decimal): -12781260 or 3471676. OLE color: 3471676.

HSL color Cylindrical-coordinate representation of color #3CF934: hue angle of 117.56º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CF934 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 249 52 -
CMYK 0.76 0 0.79 0.02
HSL 117.56º 0.94% 0.59% -
HSV(B) 117.56º 0.79% 0.98% -
XYZ 36.36 68.96 14.64 -
YUV 170.03 61.38 49.52 -
System Red Green Blue C M Y K H S L
Decimal 60 249 52 0.76 0 0.79 0.02 117.56 0.94 0.59
Hex 3C F9 34 4C 0 4F 2 76 5E 3B
Octal 74 371 64 114 0 117 2 166 136 73
Binary 111100 11111001 110100 1001100 0 1001111 10 1110110 1011110 111011

Color Harmonies of #3CF934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF934

Black with #3CF934

Text Example


Text Example

White with #3CF934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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