Html Css Color HEX #34F128 Lime Green

📋 copy color: '#34F128'

red 52 ◦ green 241 ◦ blue 40

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

Shades of Lime Green #34F128

Tints of Lime Green #34F128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.01%

R = 15.62%
G = 72.37%
B = 12.01%

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

#34F128 (or 0x34F128) is known color: Lime Green. HEX triplet: 34, F1 and 28. RGB value is (52,241,40). Sum of RGB (Red+Green+Blue) = 52+241+40=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 241 (94.53% from 255 or 72.37% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 241 - color contains mainly: green. Hex color #34F128 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F128 is #CB0ED7. Grayscale: #A2A2A2. Windows color (decimal): -13307608 or 2683188. OLE color: 2683188.

HSL color Cylindrical-coordinate representation of color #34F128: hue angle of 116.42º 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 #34F128 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 241 40 -
CMYK 0.78 0 0.83 0.05
HSL 116.42º 0.88% 0.55% -
HSV(B) 116.42º 0.83% 0.95% -
XYZ 33.25 63.79 12.57 -
YUV 161.58 59.38 49.84 -
System Red Green Blue C M Y K H S L
Decimal 52 241 40 0.78 0 0.83 0.05 116.42 0.88 0.55
Hex 34 F1 28 4E 0 53 5 74 58 37
Octal 64 361 50 116 0 123 5 164 130 67
Binary 110100 11110001 101000 1001110 0 1010011 101 1110100 1011000 110111

Color Harmonies of #34F128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F128

Black with #34F128

Text Example


Text Example

White with #34F128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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