Html Css Color HEX #3CF834 Lime Green

📋 copy color: '#3CF834'

red 60 ◦ green 248 ◦ blue 52

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

Shades of Lime Green #3CF834

Tints of Lime Green #3CF834

RGB

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

 GREEN value IS 248 (97.27% from 255) = 68.89%

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

R = 16.67%
G = 68.89%
B = 14.44%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#3CF834 (or 0x3CF834) is known color: Lime Green. HEX triplet: 3C, F8 and 34. RGB value is (60,248,52). Sum of RGB (Red+Green+Blue) = 60+248+52=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 248 (97.27% from 255 or 68.89% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF834 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF834 is #C307CB. Grayscale: #AAAAAA. Windows color (decimal): -12781516 or 3471420. OLE color: 3471420.

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

Color convert

RGB 60 248 52 -
CMYK 0.76 0 0.79 0.03
HSL 117.55º 0.93% 0.59% -
HSV(B) 117.55º 0.79% 0.97% -
XYZ 36.05 68.34 14.54 -
YUV 169.44 61.72 49.94 -
System Red Green Blue C M Y K H S L
Decimal 60 248 52 0.76 0 0.79 0.03 117.55 0.93 0.59
Hex 3C F8 34 4C 0 4F 3 76 5D 3B
Octal 74 370 64 114 0 117 3 166 135 73
Binary 111100 11111000 110100 1001100 0 1001111 11 1110110 1011101 111011

Color Harmonies of #3CF834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF834

Black with #3CF834

Text Example


Text Example

White with #3CF834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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