Html Css Color HEX #48DA02 Kelly Green

📋 copy color: '#48DA02'

red 72 ◦ green 218 ◦ blue 2

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

Shades of Kelly Green #48DA02

Tints of Kelly Green #48DA02

RGB

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

 GREEN value IS 218 (85.55% from 255) = 74.66%

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 24.66%
G = 74.66%
B = 0.68%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#48DA02 (or 0x48DA02) is known color: Kelly Green. HEX triplet: 48, DA and 02. RGB value is (72,218,2). Sum of RGB (Red+Green+Blue) = 72+218+2=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 218 (85.55% from 255 or 74.66% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48DA02 is #B725FD. Grayscale: #969696. Windows color (decimal): -12002814 or 186952. OLE color: 186952.

HSL color Cylindrical-coordinate representation of color #48DA02: hue angle of 100.56º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48DA02 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 218 2 -
CMYK 0.67 0 0.99 0.15
HSL 100.56º 0.98% 0.43% -
HSV(B) 100.56º 0.99% 0.85% -
XYZ 27.75 51.52 8.54 -
YUV 149.72 44.63 72.56 -
System Red Green Blue C M Y K H S L
Decimal 72 218 2 0.67 0 0.99 0.15 100.56 0.98 0.43
Hex 48 DA 2 43 0 63 F 65 62 2B
Octal 110 332 2 103 0 143 17 145 142 53
Binary 1001000 11011010 10 1000011 0 1100011 1111 1100101 1100010 101011

Color Harmonies of #48DA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DA02

Black with #48DA02

Text Example


Text Example

White with #48DA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,218,2); }

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

background-color css

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

 a { background-color: rgb(72,218,2); }

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

border-color css

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

 span { border-color: rgb(72,218,2); }

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