Html Css Color HEX #48C30D Kelly Green

📋 copy color: '#48C30D'

red 72 ◦ green 195 ◦ blue 13

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

Shades of Kelly Green #48C30D

Tints of Kelly Green #48C30D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 69.64%

 BLUE value IS 13 (5.47% from 255) = 4.64%

R = 25.71%
G = 69.64%
B = 4.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#48C30D (or 0x48C30D) is known color: Kelly Green. HEX triplet: 48, C3 and 0D. RGB value is (72,195,13). Sum of RGB (Red+Green+Blue) = 72+195+13=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 195 (76.56% from 255 or 69.64% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 195 - color contains mainly: green. Hex color #48C30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C30D is #B73CF2. Grayscale: #8A8A8A. Windows color (decimal): -12008691 or 901960. OLE color: 901960.

HSL color Cylindrical-coordinate representation of color #48C30D: hue angle of 100.55º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48C30D is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 195 13 -
CMYK 0.63 0 0.93 0.24
HSL 100.55º 0.88% 0.41% -
HSV(B) 100.55º 0.93% 0.76% -
XYZ 22.26 40.44 7.01 -
YUV 137.48 57.75 81.3 -
System Red Green Blue C M Y K H S L
Decimal 72 195 13 0.63 0 0.93 0.24 100.55 0.88 0.41
Hex 48 C3 D 3F 0 5D 18 65 58 29
Octal 110 303 15 77 0 135 30 145 130 51
Binary 1001000 11000011 1101 111111 0 1011101 11000 1100101 1011000 101001

Color Harmonies of #48C30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C30D

Black with #48C30D

Text Example


Text Example

White with #48C30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,195,13); }

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

background-color css

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

 a { background-color: rgb(72,195,13); }

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

border-color css

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

 span { border-color: rgb(72,195,13); }

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