Html Css Color HEX #34FB3C Lime Green

📋 copy color: '#34FB3C'

red 52 ◦ green 251 ◦ blue 60

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

Shades of Lime Green #34FB3C

Tints of Lime Green #34FB3C

RGB

 RED value IS 52 (20.7% from 255) = 14.33%

 GREEN value IS 251 (98.44% from 255) = 69.15%

 BLUE value IS 60 (23.83% from 255) = 16.53%

R = 14.33%
G = 69.15%
B = 16.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#34FB3C (or 0x34FB3C) is known color: Lime Green. HEX triplet: 34, FB and 3C. RGB value is (52,251,60). Sum of RGB (Red+Green+Blue) = 52+251+60=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 251 (98.44% from 255 or 69.15% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 251 - color contains mainly: green. Hex color #34FB3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FB3C is #CB04C3. Grayscale: #AAAAAA. Windows color (decimal): -13305028 or 3996468. OLE color: 3996468.

HSL color Cylindrical-coordinate representation of color #34FB3C: hue angle of 122.41º degrees, saturation: 0.96, 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 #34FB3C is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 251 60 -
CMYK 0.79 0 0.76 0.02
HSL 122.41º 0.96% 0.59% -
HSV(B) 122.41º 0.79% 0.98% -
XYZ 36.73 70.05 15.86 -
YUV 169.73 66.07 44.03 -
System Red Green Blue C M Y K H S L
Decimal 52 251 60 0.79 0 0.76 0.02 122.41 0.96 0.59
Hex 34 FB 3C 4F 0 4C 2 7A 60 3B
Octal 64 373 74 117 0 114 2 172 140 73
Binary 110100 11111011 111100 1001111 0 1001100 10 1111010 1100000 111011

Color Harmonies of #34FB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FB3C

Black with #34FB3C

Text Example


Text Example

White with #34FB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34FB3C; }

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

 H1.HeaderClassName
 {
   color: #34FB3C;
 }
 .AnyTagClassName
 {
   color: #34FB3C;
 }
</style>

background-color css

<style>
 a { background-color: #34FB3C; }

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

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

border-color css

<style>
 span { border-color: #34FB3C; }

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

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