Html Css Color HEX #52CA30 Kelly Green

📋 copy color: '#52CA30'

red 82 ◦ green 202 ◦ blue 48

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

Shades of Kelly Green #52CA30

Tints of Kelly Green #52CA30

RGB

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

 GREEN value IS 202 (79.3% from 255) = 60.84%

 BLUE value IS 48 (19.14% from 255) = 14.46%

R = 24.7%
G = 60.84%
B = 14.46%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#52CA30 (or 0x52CA30) is known color: Kelly Green. HEX triplet: 52, CA and 30. RGB value is (82,202,48). Sum of RGB (Red+Green+Blue) = 82+202+48=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 202 (79.30% from 255 or 60.84% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CA30 is #AD35CF. Grayscale: #959595. Windows color (decimal): -11351504 or 3197522. OLE color: 3197522.

HSL color Cylindrical-coordinate representation of color #52CA30: hue angle of 106.75º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52CA30 is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 202 48 -
CMYK 0.59 0 0.76 0.21
HSL 106.75º 0.62% 0.49% -
HSV(B) 106.75º 0.76% 0.79% -
XYZ 25.13 44.25 10.01 -
YUV 148.56 71.24 80.52 -
System Red Green Blue C M Y K H S L
Decimal 82 202 48 0.59 0 0.76 0.21 106.75 0.62 0.49
Hex 52 CA 30 3B 0 4C 15 6B 3E 31
Octal 122 312 60 73 0 114 25 153 76 61
Binary 1010010 11001010 110000 111011 0 1001100 10101 1101011 111110 110001

Color Harmonies of #52CA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CA30

Black with #52CA30

Text Example


Text Example

White with #52CA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,202,48); }

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

background-color css

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

 a { background-color: rgb(82,202,48); }

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

border-color css

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

 span { border-color: rgb(82,202,48); }

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