Html Css Color HEX #52CB35 Lime Green

📋 copy color: '#52CB35'

red 82 ◦ green 203 ◦ blue 53

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

Shades of Lime Green #52CB35

Tints of Lime Green #52CB35

RGB

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

 GREEN value IS 203 (79.69% from 255) = 60.06%

 BLUE value IS 53 (21.09% from 255) = 15.68%

R = 24.26%
G = 60.06%
B = 15.68%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#52CB35 (or 0x52CB35) is known color: Lime Green. HEX triplet: 52, CB and 35. RGB value is (82,203,53). Sum of RGB (Red+Green+Blue) = 82+203+53=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 203 (79.69% from 255 or 60.06% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CB35 is #AD34CA. Grayscale: #969696. Windows color (decimal): -11351243 or 3525458. OLE color: 3525458.

HSL color Cylindrical-coordinate representation of color #52CB35: hue angle of 108.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52CB35 is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 203 53 -
CMYK 0.60 0 0.74 0.20
HSL 108.4º 0.59% 0.5% -
HSV(B) 108.4º 0.74% 0.8% -
XYZ 25.48 44.76 10.67 -
YUV 149.72 73.41 79.7 -
System Red Green Blue C M Y K H S L
Decimal 82 203 53 0.60 0 0.74 0.20 108.4 0.59 0.5
Hex 52 CB 35 3C 0 4A 14 6C 3B 32
Octal 122 313 65 74 0 112 24 154 73 62
Binary 1010010 11001011 110101 111100 0 1001010 10100 1101100 111011 110010

Color Harmonies of #52CB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CB35

Black with #52CB35

Text Example


Text Example

White with #52CB35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,203,53); }

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

background-color css

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

 a { background-color: rgb(82,203,53); }

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

border-color css

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

 span { border-color: rgb(82,203,53); }

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