Html Css Color HEX #52E734 Lime Green

📋 copy color: '#52E734'

red 82 ◦ green 231 ◦ blue 52

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

Shades of Lime Green #52E734

Tints of Lime Green #52E734

RGB

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

 GREEN value IS 231 (90.63% from 255) = 63.29%

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

R = 22.47%
G = 63.29%
B = 14.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#52E734 (or 0x52E734) is known color: Lime Green. HEX triplet: 52, E7 and 34. RGB value is (82,231,52). Sum of RGB (Red+Green+Blue) = 82+231+52=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 231 (90.62% from 255 or 63.29% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 231 - color contains mainly: green. Hex color #52E734 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52E734 is #AD18CB. Grayscale: #A6A6A6. Windows color (decimal): -11344076 or 3467090. OLE color: 3467090.

HSL color Cylindrical-coordinate representation of color #52E734: hue angle of 109.94º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52E734 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 231 52 -
CMYK 0.65 0 0.77 0.09
HSL 109.94º 0.79% 0.55% -
HSV(B) 109.94º 0.77% 0.91% -
XYZ 32.68 59.19 12.95 -
YUV 166.04 63.64 68.05 -
System Red Green Blue C M Y K H S L
Decimal 82 231 52 0.65 0 0.77 0.09 109.94 0.79 0.55
Hex 52 E7 34 41 0 4D 9 6E 4F 37
Octal 122 347 64 101 0 115 11 156 117 67
Binary 1010010 11100111 110100 1000001 0 1001101 1001 1101110 1001111 110111

Color Harmonies of #52E734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E734

Black with #52E734

Text Example


Text Example

White with #52E734

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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