Html Css Color HEX #48D403 Kelly Green

📋 copy color: '#48D403'

red 72 ◦ green 212 ◦ blue 3

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

Shades of Kelly Green #48D403

Tints of Kelly Green #48D403

RGB

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

 GREEN value IS 212 (83.2% from 255) = 73.87%

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 25.09%
G = 73.87%
B = 1.05%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#48D403 (or 0x48D403) is known color: Kelly Green. HEX triplet: 48, D4 and 03. RGB value is (72,212,3). Sum of RGB (Red+Green+Blue) = 72+212+3=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 212 (83.20% from 255 or 73.87% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 212 - color contains mainly: green. Hex color #48D403 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D403 is #B72BFC. Grayscale: #939393. Windows color (decimal): -12004349 or 250952. OLE color: 250952.

HSL color Cylindrical-coordinate representation of color #48D403: hue angle of 100.19º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48D403 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 72 212 3 -
CMYK 0.66 0 0.99 0.17
HSL 100.19º 0.97% 0.42% -
HSV(B) 100.19º 0.99% 0.83% -
XYZ 26.23 48.47 8.06 -
YUV 146.31 47.12 74.99 -
System Red Green Blue C M Y K H S L
Decimal 72 212 3 0.66 0 0.99 0.17 100.19 0.97 0.42
Hex 48 D4 3 42 0 63 11 64 61 2A
Octal 110 324 3 102 0 143 21 144 141 52
Binary 1001000 11010100 11 1000010 0 1100011 10001 1100100 1100001 101010

Color Harmonies of #48D403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D403

Black with #48D403

Text Example


Text Example

White with #48D403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,212,3); }

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

background-color css

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

 a { background-color: rgb(72,212,3); }

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

border-color css

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

 span { border-color: rgb(72,212,3); }

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