Html Css Color HEX #72CD1A Lima

📋 copy color: '#72CD1A'

red 114 ◦ green 205 ◦ blue 26

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

Shades of Lima #72CD1A

Tints of Lima #72CD1A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 59.42%

 BLUE value IS 26 (10.55% from 255) = 7.54%

R = 33.04%
G = 59.42%
B = 7.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#72CD1A (or 0x72CD1A) is known color: Lima. HEX triplet: 72, CD and 1A. RGB value is (114,205,26). Sum of RGB (Red+Green+Blue) = 114+205+26=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 205 (80.47% from 255 or 59.42% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 205 - color contains mainly: green. Hex color #72CD1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CD1A is #8D32E5. Grayscale: #9E9E9E. Windows color (decimal): -9253606 or 1756530. OLE color: 1756530.

HSL color Cylindrical-coordinate representation of color #72CD1A: hue angle of 90.5º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72CD1A is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 205 26 -
CMYK 0.44 0 0.87 0.20
HSL 90.5º 0.77% 0.45% -
HSV(B) 90.5º 0.87% 0.8% -
XYZ 28.96 47.31 8.58 -
YUV 157.39 53.85 97.05 -
System Red Green Blue C M Y K H S L
Decimal 114 205 26 0.44 0 0.87 0.20 90.5 0.77 0.45
Hex 72 CD 1A 2C 0 57 14 5B 4D 2D
Octal 162 315 32 54 0 127 24 133 115 55
Binary 1110010 11001101 11010 101100 0 1010111 10100 1011011 1001101 101101

Color Harmonies of #72CD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CD1A

Black with #72CD1A

Text Example


Text Example

White with #72CD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,205,26); }

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

background-color css

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

 a { background-color: rgb(114,205,26); }

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

border-color css

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

 span { border-color: rgb(114,205,26); }

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