Html Css Color HEX #48D21E Kelly Green

📋 copy color: '#48D21E'

red 72 ◦ green 210 ◦ blue 30

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

Shades of Kelly Green #48D21E

Tints of Kelly Green #48D21E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.62%

R = 23.08%
G = 67.31%
B = 9.62%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#48D21E (or 0x48D21E) is known color: Kelly Green. HEX triplet: 48, D2 and 1E. RGB value is (72,210,30). Sum of RGB (Red+Green+Blue) = 72+210+30=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 210 (82.42% from 255 or 67.31% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 210 - color contains mainly: green. Hex color #48D21E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D21E is #B72DE1. Grayscale: #949494. Windows color (decimal): -12004834 or 2019912. OLE color: 2019912.

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

Color convert

RGB 72 210 30 -
CMYK 0.66 0 0.86 0.18
HSL 106º 0.75% 0.47% -
HSV(B) 106º 0.86% 0.82% -
XYZ 25.95 47.56 9.04 -
YUV 148.22 61.28 73.64 -
System Red Green Blue C M Y K H S L
Decimal 72 210 30 0.66 0 0.86 0.18 106 0.75 0.47
Hex 48 D2 1E 42 0 56 12 6A 4B 2F
Octal 110 322 36 102 0 126 22 152 113 57
Binary 1001000 11010010 11110 1000010 0 1010110 10010 1101010 1001011 101111

Color Harmonies of #48D21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D21E

Black with #48D21E

Text Example


Text Example

White with #48D21E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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