Html Css Color HEX #34F129 Lime Green

📋 copy color: '#34F129'

red 52 ◦ green 241 ◦ blue 41

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

Shades of Lime Green #34F129

Tints of Lime Green #34F129

RGB

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

 GREEN value IS 241 (94.53% from 255) = 72.16%

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

R = 15.57%
G = 72.16%
B = 12.28%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#34F129 (or 0x34F129) is known color: Lime Green. HEX triplet: 34, F1 and 29. RGB value is (52,241,41). Sum of RGB (Red+Green+Blue) = 52+241+41=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 241 (94.53% from 255 or 72.16% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 241 - color contains mainly: green. Hex color #34F129 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F129 is #CB0ED6. Grayscale: #A2A2A2. Windows color (decimal): -13307607 or 2748724. OLE color: 2748724.

HSL color Cylindrical-coordinate representation of color #34F129: hue angle of 116.7º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34F129 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 241 41 -
CMYK 0.78 0 0.83 0.05
HSL 116.7º 0.88% 0.55% -
HSV(B) 116.7º 0.83% 0.95% -
XYZ 33.27 63.8 12.66 -
YUV 161.69 59.88 49.76 -
System Red Green Blue C M Y K H S L
Decimal 52 241 41 0.78 0 0.83 0.05 116.7 0.88 0.55
Hex 34 F1 29 4E 0 53 5 75 58 37
Octal 64 361 51 116 0 123 5 165 130 67
Binary 110100 11110001 101001 1001110 0 1010011 101 1110101 1011000 110111

Color Harmonies of #34F129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F129

Black with #34F129

Text Example


Text Example

White with #34F129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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