Html Css Color HEX #52BF30 Kelly Green

📋 copy color: '#52BF30'

red 82 ◦ green 191 ◦ blue 48

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

Shades of Kelly Green #52BF30

Tints of Kelly Green #52BF30

RGB

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

 GREEN value IS 191 (75% from 255) = 59.5%

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

R = 25.55%
G = 59.5%
B = 14.95%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#52BF30 (or 0x52BF30) is known color: Kelly Green. HEX triplet: 52, BF and 30. RGB value is (82,191,48). Sum of RGB (Red+Green+Blue) = 82+191+48=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 191 (75% from 255 or 59.50% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BF30 is #AD40CF. Grayscale: #8E8E8E. Windows color (decimal): -11354320 or 3194706. OLE color: 3194706.

HSL color Cylindrical-coordinate representation of color #52BF30: hue angle of 105.73º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52BF30 is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 191 48 -
CMYK 0.57 0 0.75 0.25
HSL 105.73º 0.6% 0.47% -
HSV(B) 105.73º 0.75% 0.75% -
XYZ 22.64 39.27 9.18 -
YUV 142.11 74.89 85.13 -
System Red Green Blue C M Y K H S L
Decimal 82 191 48 0.57 0 0.75 0.25 105.73 0.6 0.47
Hex 52 BF 30 39 0 4B 19 6A 3C 2F
Octal 122 277 60 71 0 113 31 152 74 57
Binary 1010010 10111111 110000 111001 0 1001011 11001 1101010 111100 101111

Color Harmonies of #52BF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BF30

Black with #52BF30

Text Example


Text Example

White with #52BF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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