Html Css Color HEX #48D222 Kelly Green

📋 copy color: '#48D222'

red 72 ◦ green 210 ◦ blue 34

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

Shades of Kelly Green #48D222

Tints of Kelly Green #48D222

RGB

 RED value IS 72 (28.52% from 255) = 22.78%

 GREEN value IS 210 (82.42% from 255) = 66.46%

 BLUE value IS 34 (13.67% from 255) = 10.76%

R = 22.78%
G = 66.46%
B = 10.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#48D222 (or 0x48D222) is known color: Kelly Green. HEX triplet: 48, D2 and 22. RGB value is (72,210,34). Sum of RGB (Red+Green+Blue) = 72+210+34=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 210 (82.42% from 255 or 66.46% from 316); Blue value is 34 (13.67% from 255 or 10.76% from 316); Max value from RGB is 210 - color contains mainly: green. Hex color #48D222 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D222 is #B72DDD. Grayscale: #959595. Windows color (decimal): -12004830 or 2282056. OLE color: 2282056.

HSL color Cylindrical-coordinate representation of color #48D222: hue angle of 107.05º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48D222 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 210 34 -
CMYK 0.66 0 0.84 0.18
HSL 107.05º 0.72% 0.48% -
HSV(B) 107.05º 0.84% 0.82% -
XYZ 26.01 47.59 9.33 -
YUV 148.67 63.28 73.31 -
System Red Green Blue C M Y K H S L
Decimal 72 210 34 0.66 0 0.84 0.18 107.05 0.72 0.48
Hex 48 D2 22 42 0 54 12 6B 48 30
Octal 110 322 42 102 0 124 22 153 110 60
Binary 1001000 11010010 100010 1000010 0 1010100 10010 1101011 1001000 110000

Color Harmonies of #48D222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D222

Black with #48D222

Text Example


Text Example

White with #48D222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48D222; }

 p { color: rgb(72,210,34); }

 H1.HeaderClassName
 {
   color: #48D222;
 }
 .AnyTagClassName
 {
   color: #48D222;
 }
</style>

background-color css

<style>
 a { background-color: #48D222; }

 a { background-color: rgb(72,210,34); }

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

border-color css

<style>
 span { border-color: #48D222; }

 span { border-color: rgb(72,210,34); }

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