Html Css Color HEX #72F102 Lawn Green

📋 copy color: '#72F102'

red 114 ◦ green 241 ◦ blue 2

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

Shades of Lawn Green #72F102

Tints of Lawn Green #72F102

RGB

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

 GREEN value IS 241 (94.53% from 255) = 67.51%

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

R = 31.93%
G = 67.51%
B = 0.56%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#72F102 (or 0x72F102) is known color: Lawn Green. HEX triplet: 72, F1 and 02. RGB value is (114,241,2). Sum of RGB (Red+Green+Blue) = 114+241+2=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 241 (94.53% from 255 or 67.51% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 241 - color contains mainly: green. Hex color #72F102 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72F102 is #8D0EFD. Grayscale: #B0B0B0. Windows color (decimal): -9244414 or 192882. OLE color: 192882.

HSL color Cylindrical-coordinate representation of color #72F102: hue angle of 91.88º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72F102 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 114 241 2 -
CMYK 0.53 0 0.99 0.05
HSL 91.88º 0.98% 0.48% -
HSV(B) 91.88º 0.99% 0.95% -
XYZ 38.41 66.49 10.87 -
YUV 175.78 29.92 83.93 -
System Red Green Blue C M Y K H S L
Decimal 114 241 2 0.53 0 0.99 0.05 91.88 0.98 0.48
Hex 72 F1 2 35 0 63 5 5C 62 30
Octal 162 361 2 65 0 143 5 134 142 60
Binary 1110010 11110001 10 110101 0 1100011 101 1011100 1100010 110000

Color Harmonies of #72F102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F102

Black with #72F102

Text Example


Text Example

White with #72F102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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