Html Css Color HEX #34F829 Lime Green

📋 copy color: '#34F829'

red 52 ◦ green 248 ◦ blue 41

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

Shades of Lime Green #34F829

Tints of Lime Green #34F829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.02%

R = 15.25%
G = 72.73%
B = 12.02%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#34F829 (or 0x34F829) is known color: Lime Green. HEX triplet: 34, F8 and 29. RGB value is (52,248,41). Sum of RGB (Red+Green+Blue) = 52+248+41=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 248 (97.27% from 255 or 72.73% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 248 - color contains mainly: green. Hex color #34F829 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F829 is #CB07D6. Grayscale: #A6A6A6. Windows color (decimal): -13305815 or 2750516. OLE color: 2750516.

HSL color Cylindrical-coordinate representation of color #34F829: hue angle of 116.81º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34F829 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 52 248 41 -
CMYK 0.79 0 0.83 0.03
HSL 116.81º 0.94% 0.57% -
HSV(B) 116.81º 0.83% 0.97% -
XYZ 35.38 68.02 13.36 -
YUV 165.8 57.57 46.83 -
System Red Green Blue C M Y K H S L
Decimal 52 248 41 0.79 0 0.83 0.03 116.81 0.94 0.57
Hex 34 F8 29 4F 0 53 3 75 5E 39
Octal 64 370 51 117 0 123 3 165 136 71
Binary 110100 11111000 101001 1001111 0 1010011 11 1110101 1011110 111001

Color Harmonies of #34F829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F829

Black with #34F829

Text Example


Text Example

White with #34F829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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