Html Css Color HEX #48D41F Kelly Green

📋 copy color: '#48D41F'

red 72 ◦ green 212 ◦ blue 31

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

Shades of Kelly Green #48D41F

Tints of Kelly Green #48D41F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.84%

R = 22.86%
G = 67.3%
B = 9.84%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#48D41F (or 0x48D41F) is known color: Kelly Green. HEX triplet: 48, D4 and 1F. RGB value is (72,212,31). Sum of RGB (Red+Green+Blue) = 72+212+31=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 212 (83.20% from 255 or 67.30% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 212 - color contains mainly: green. Hex color #48D41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D41F is #B72BE0. Grayscale: #969696. Windows color (decimal): -12004321 or 2085960. OLE color: 2085960.

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

Color convert

RGB 72 212 31 -
CMYK 0.66 0 0.85 0.17
HSL 106.41º 0.74% 0.48% -
HSV(B) 106.41º 0.85% 0.83% -
XYZ 26.46 48.56 9.28 -
YUV 149.51 61.12 72.72 -
System Red Green Blue C M Y K H S L
Decimal 72 212 31 0.66 0 0.85 0.17 106.41 0.74 0.48
Hex 48 D4 1F 42 0 55 11 6A 4A 30
Octal 110 324 37 102 0 125 21 152 112 60
Binary 1001000 11010100 11111 1000010 0 1010101 10001 1101010 1001010 110000

Color Harmonies of #48D41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D41F

Black with #48D41F

Text Example


Text Example

White with #48D41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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