Html Css Color HEX #48CE27 Kelly Green

📋 copy color: '#48CE27'

red 72 ◦ green 206 ◦ blue 39

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

Shades of Kelly Green #48CE27

Tints of Kelly Green #48CE27

RGB

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

 GREEN value IS 206 (80.86% from 255) = 64.98%

 BLUE value IS 39 (15.63% from 255) = 12.3%

R = 22.71%
G = 64.98%
B = 12.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#48CE27 (or 0x48CE27) is known color: Kelly Green. HEX triplet: 48, CE and 27. RGB value is (72,206,39). Sum of RGB (Red+Green+Blue) = 72+206+39=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 206 (80.86% from 255 or 64.98% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CE27 is #B731D8. Grayscale: #939393. Windows color (decimal): -12005849 or 2608712. OLE color: 2608712.

HSL color Cylindrical-coordinate representation of color #48CE27: hue angle of 108.14º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48CE27 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 206 39 -
CMYK 0.65 0 0.81 0.19
HSL 108.14º 0.68% 0.48% -
HSV(B) 108.14º 0.81% 0.81% -
XYZ 25.11 45.67 9.41 -
YUV 146.9 67.11 74.58 -
System Red Green Blue C M Y K H S L
Decimal 72 206 39 0.65 0 0.81 0.19 108.14 0.68 0.48
Hex 48 CE 27 41 0 51 13 6C 44 30
Octal 110 316 47 101 0 121 23 154 104 60
Binary 1001000 11001110 100111 1000001 0 1010001 10011 1101100 1000100 110000

Color Harmonies of #48CE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CE27

Black with #48CE27

Text Example


Text Example

White with #48CE27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,206,39); }

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

background-color css

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

 a { background-color: rgb(72,206,39); }

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

border-color css

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

 span { border-color: rgb(72,206,39); }

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