Html Css Color HEX #72ED02 Lawn Green

📋 copy color: '#72ED02'

red 114 ◦ green 237 ◦ blue 2

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

Shades of Lawn Green #72ED02

Tints of Lawn Green #72ED02

RGB

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

 GREEN value IS 237 (92.97% from 255) = 67.14%

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 32.29%
G = 67.14%
B = 0.57%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#72ED02 (or 0x72ED02) is known color: Lawn Green. HEX triplet: 72, ED and 02. RGB value is (114,237,2). Sum of RGB (Red+Green+Blue) = 114+237+2=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 237 (92.97% from 255 or 67.14% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 237 - color contains mainly: green. Hex color #72ED02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72ED02 is #8D12FD. Grayscale: #AEAEAE. Windows color (decimal): -9245438 or 191858. OLE color: 191858.

HSL color Cylindrical-coordinate representation of color #72ED02: hue angle of 91.4º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72ED02 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 237 2 -
CMYK 0.52 0 0.99 0.07
HSL 91.4º 0.98% 0.47% -
HSV(B) 91.4º 0.99% 0.93% -
XYZ 37.23 64.15 10.48 -
YUV 173.43 31.25 85.61 -
System Red Green Blue C M Y K H S L
Decimal 114 237 2 0.52 0 0.99 0.07 91.4 0.98 0.47
Hex 72 ED 2 34 0 63 7 5B 62 2F
Octal 162 355 2 64 0 143 7 133 142 57
Binary 1110010 11101101 10 110100 0 1100011 111 1011011 1100010 101111

Color Harmonies of #72ED02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ED02

Black with #72ED02

Text Example


Text Example

White with #72ED02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,237,2); }

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

background-color css

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

 a { background-color: rgb(114,237,2); }

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

border-color css

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

 span { border-color: rgb(114,237,2); }

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