Html Css Color HEX #72CE28 Lima

📋 copy color: '#72CE28'

red 114 ◦ green 206 ◦ blue 40

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

Shades of Lima #72CE28

Tints of Lima #72CE28

RGB

 RED value IS 114 (44.92% from 255) = 31.67%

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

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 31.67%
G = 57.22%
B = 11.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#72CE28 (or 0x72CE28) is known color: Lima. HEX triplet: 72, CE and 28. RGB value is (114,206,40). Sum of RGB (Red+Green+Blue) = 114+206+40=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 206 (80.86% from 255 or 57.22% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 206 - color contains mainly: green. Hex color #72CE28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CE28 is #8D31D7. Grayscale: #A0A0A0. Windows color (decimal): -9253336 or 2674290. OLE color: 2674290.

HSL color Cylindrical-coordinate representation of color #72CE28: hue angle of 93.25º degrees, saturation: 0.67, 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 #72CE28 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 206 40 -
CMYK 0.45 0 0.81 0.19
HSL 93.25º 0.67% 0.48% -
HSV(B) 93.25º 0.81% 0.81% -
XYZ 29.39 47.87 9.7 -
YUV 159.57 60.52 95.5 -
System Red Green Blue C M Y K H S L
Decimal 114 206 40 0.45 0 0.81 0.19 93.25 0.67 0.48
Hex 72 CE 28 2D 0 51 13 5D 43 30
Octal 162 316 50 55 0 121 23 135 103 60
Binary 1110010 11001110 101000 101101 0 1010001 10011 1011101 1000011 110000

Color Harmonies of #72CE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CE28

Black with #72CE28

Text Example


Text Example

White with #72CE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72CE28; }

 p { color: rgb(114,206,40); }

 H1.HeaderClassName
 {
   color: #72CE28;
 }
 .AnyTagClassName
 {
   color: #72CE28;
 }
</style>

background-color css

<style>
 a { background-color: #72CE28; }

 a { background-color: rgb(114,206,40); }

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

border-color css

<style>
 span { border-color: #72CE28; }

 span { border-color: rgb(114,206,40); }

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