Html Css Color HEX #34F233 Lime Green

📋 copy color: '#34F233'

red 52 ◦ green 242 ◦ blue 51

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

Shades of Lime Green #34F233

Tints of Lime Green #34F233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.78%

R = 15.07%
G = 70.14%
B = 14.78%

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

#34F233 (or 0x34F233) is known color: Lime Green. HEX triplet: 34, F2 and 33. RGB value is (52,242,51). Sum of RGB (Red+Green+Blue) = 52+242+51=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 242 (94.92% from 255 or 70.14% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 242 - color contains mainly: green. Hex color #34F233 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F233 is #CB0DCC. Grayscale: #A3A3A3. Windows color (decimal): -13307341 or 3404340. OLE color: 3404340.

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

Color convert

RGB 52 242 51 -
CMYK 0.79 0 0.79 0.05
HSL 119.69º 0.88% 0.57% -
HSV(B) 119.69º 0.79% 0.95% -
XYZ 33.77 64.47 13.8 -
YUV 163.42 64.55 48.53 -
System Red Green Blue C M Y K H S L
Decimal 52 242 51 0.79 0 0.79 0.05 119.69 0.88 0.57
Hex 34 F2 33 4F 0 4F 5 78 58 39
Octal 64 362 63 117 0 117 5 170 130 71
Binary 110100 11110010 110011 1001111 0 1001111 101 1111000 1011000 111001

Color Harmonies of #34F233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F233

Black with #34F233

Text Example


Text Example

White with #34F233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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