Html Css Color HEX #72CF21 Lima

📋 copy color: '#72CF21'

red 114 ◦ green 207 ◦ blue 33

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

Shades of Lima #72CF21

Tints of Lima #72CF21

RGB

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

 GREEN value IS 207 (81.25% from 255) = 58.47%

 BLUE value IS 33 (13.28% from 255) = 9.32%

R = 32.2%
G = 58.47%
B = 9.32%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#72CF21 (or 0x72CF21) is known color: Lima. HEX triplet: 72, CF and 21. RGB value is (114,207,33). Sum of RGB (Red+Green+Blue) = 114+207+33=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 207 (81.25% from 255 or 58.47% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CF21 is #8D30DE. Grayscale: #9F9F9F. Windows color (decimal): -9253087 or 2215794. OLE color: 2215794.

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

Color convert

RGB 114 207 33 -
CMYK 0.45 0 0.84 0.19
HSL 92.07º 0.73% 0.47% -
HSV(B) 92.07º 0.84% 0.81% -
XYZ 29.53 48.31 9.21 -
YUV 159.36 56.69 95.65 -
System Red Green Blue C M Y K H S L
Decimal 114 207 33 0.45 0 0.84 0.19 92.07 0.73 0.47
Hex 72 CF 21 2D 0 54 13 5C 48 2F
Octal 162 317 41 55 0 124 23 134 110 57
Binary 1110010 11001111 100001 101101 0 1010100 10011 1011100 1001000 101111

Color Harmonies of #72CF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CF21

Black with #72CF21

Text Example


Text Example

White with #72CF21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,207,33); }

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

background-color css

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

 a { background-color: rgb(114,207,33); }

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

border-color css

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

 span { border-color: rgb(114,207,33); }

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