Html Css Color HEX #34FA3D Lime Green

📋 copy color: '#34FA3D'

red 52 ◦ green 250 ◦ blue 61

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

Shades of Lime Green #34FA3D

Tints of Lime Green #34FA3D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 68.87%

 BLUE value IS 61 (24.22% from 255) = 16.8%

R = 14.33%
G = 68.87%
B = 16.8%

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

#34FA3D (or 0x34FA3D) is known color: Lime Green. HEX triplet: 34, FA and 3D. RGB value is (52,250,61). Sum of RGB (Red+Green+Blue) = 52+250+61=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 250 (98.05% from 255 or 68.87% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 250 - color contains mainly: green. Hex color #34FA3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FA3D is #CB05C2. Grayscale: #A9A9A9. Windows color (decimal): -13305283 or 4061748. OLE color: 4061748.

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

Color convert

RGB 52 250 61 -
CMYK 0.79 0 0.76 0.02
HSL 122.73º 0.95% 0.59% -
HSV(B) 122.73º 0.79% 0.98% -
XYZ 36.44 69.44 15.9 -
YUV 169.25 66.9 44.37 -
System Red Green Blue C M Y K H S L
Decimal 52 250 61 0.79 0 0.76 0.02 122.73 0.95 0.59
Hex 34 FA 3D 4F 0 4C 2 7B 5F 3B
Octal 64 372 75 117 0 114 2 173 137 73
Binary 110100 11111010 111101 1001111 0 1001100 10 1111011 1011111 111011

Color Harmonies of #34FA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FA3D

Black with #34FA3D

Text Example


Text Example

White with #34FA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,250,61); }

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

background-color css

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

 a { background-color: rgb(52,250,61); }

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

border-color css

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

 span { border-color: rgb(52,250,61); }

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