Html Css Color HEX #72CE2C Lima

📋 copy color: '#72CE2C'

red 114 ◦ green 206 ◦ blue 44

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

Shades of Lima #72CE2C

Tints of Lima #72CE2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.09%

R = 31.32%
G = 56.59%
B = 12.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#72CE2C (or 0x72CE2C) is known color: Lima. HEX triplet: 72, CE and 2C. RGB value is (114,206,44). Sum of RGB (Red+Green+Blue) = 114+206+44=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 206 (80.86% from 255 or 56.59% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 206 - color contains mainly: green. Hex color #72CE2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CE2C is #8D31D3. Grayscale: #A0A0A0. Windows color (decimal): -9253332 or 2936434. OLE color: 2936434.

HSL color Cylindrical-coordinate representation of color #72CE2C: hue angle of 94.07º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72CE2C is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 206 44 -
CMYK 0.45 0 0.79 0.19
HSL 94.07º 0.65% 0.49% -
HSV(B) 94.07º 0.79% 0.81% -
XYZ 29.47 47.9 10.08 -
YUV 160.02 62.52 95.17 -
System Red Green Blue C M Y K H S L
Decimal 114 206 44 0.45 0 0.79 0.19 94.07 0.65 0.49
Hex 72 CE 2C 2D 0 4F 13 5E 41 31
Octal 162 316 54 55 0 117 23 136 101 61
Binary 1110010 11001110 101100 101101 0 1001111 10011 1011110 1000001 110001

Color Harmonies of #72CE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CE2C

Black with #72CE2C

Text Example


Text Example

White with #72CE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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