Html Css Color HEX #52F234 Lime Green

📋 copy color: '#52F234'

red 82 ◦ green 242 ◦ blue 52

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

Shades of Lime Green #52F234

Tints of Lime Green #52F234

RGB

 RED value IS 82 (32.42% from 255) = 21.81%

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

 BLUE value IS 52 (20.7% from 255) = 13.83%

R = 21.81%
G = 64.36%
B = 13.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#52F234 (or 0x52F234) is known color: Lime Green. HEX triplet: 52, F2 and 34. RGB value is (82,242,52). Sum of RGB (Red+Green+Blue) = 82+242+52=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 242 (94.92% from 255 or 64.36% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 242 - color contains mainly: green. Hex color #52F234 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F234 is #AD0DCB. Grayscale: #ADADAD. Windows color (decimal): -11341260 or 3469906. OLE color: 3469906.

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

Color convert

RGB 82 242 52 -
CMYK 0.66 0 0.79 0.05
HSL 110.53º 0.88% 0.58% -
HSV(B) 110.53º 0.79% 0.95% -
XYZ 35.85 65.55 14.01 -
YUV 172.5 59.99 63.45 -
System Red Green Blue C M Y K H S L
Decimal 82 242 52 0.66 0 0.79 0.05 110.53 0.88 0.58
Hex 52 F2 34 42 0 4F 5 6F 58 3A
Octal 122 362 64 102 0 117 5 157 130 72
Binary 1010010 11110010 110100 1000010 0 1001111 101 1101111 1011000 111010

Color Harmonies of #52F234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F234

Black with #52F234

Text Example


Text Example

White with #52F234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52F234; }

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

 H1.HeaderClassName
 {
   color: #52F234;
 }
 .AnyTagClassName
 {
   color: #52F234;
 }
</style>

background-color css

<style>
 a { background-color: #52F234; }

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

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

border-color css

<style>
 span { border-color: #52F234; }

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

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