Html Css Color HEX #34F232 Lime Green

📋 copy color: '#34F232'

red 52 ◦ green 242 ◦ blue 50

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

Shades of Lime Green #34F232

Tints of Lime Green #34F232

RGB

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

 GREEN value IS 242 (94.92% from 255) = 70.35%

 BLUE value IS 50 (19.92% from 255) = 14.53%

R = 15.12%
G = 70.35%
B = 14.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#34F232 (or 0x34F232) is known color: Lime Green. HEX triplet: 34, F2 and 32. RGB value is (52,242,50). Sum of RGB (Red+Green+Blue) = 52+242+50=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 242 (94.92% from 255 or 70.35% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 242 - color contains mainly: green. Hex color #34F232 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F232 is #CB0DCD. Grayscale: #A3A3A3. Windows color (decimal): -13307342 or 3338804. OLE color: 3338804.

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

Color convert

RGB 52 242 50 -
CMYK 0.79 0 0.79 0.05
HSL 119.38º 0.88% 0.57% -
HSV(B) 119.38º 0.79% 0.95% -
XYZ 33.74 64.46 13.68 -
YUV 163.3 64.05 48.61 -
System Red Green Blue C M Y K H S L
Decimal 52 242 50 0.79 0 0.79 0.05 119.38 0.88 0.57
Hex 34 F2 32 4F 0 4F 5 77 58 39
Octal 64 362 62 117 0 117 5 167 130 71
Binary 110100 11110010 110010 1001111 0 1001111 101 1110111 1011000 111001

Color Harmonies of #34F232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F232

Black with #34F232

Text Example


Text Example

White with #34F232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,242,50); }

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

background-color css

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

 a { background-color: rgb(52,242,50); }

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

border-color css

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

 span { border-color: rgb(52,242,50); }

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