Html Css Color HEX #71CF02 Lawn Green

📋 copy color: '#71CF02'

red 113 ◦ green 207 ◦ blue 2

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

Shades of Lawn Green #71CF02

Tints of Lawn Green #71CF02

RGB

 RED value IS 113 (44.53% from 255) = 35.09%

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

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

R = 35.09%
G = 64.29%
B = 0.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#71CF02 (or 0x71CF02) is known color: Lawn Green. HEX triplet: 71, CF and 02. RGB value is (113,207,2). Sum of RGB (Red+Green+Blue) = 113+207+2=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 207 (81.25% from 255 or 64.29% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CF02 is #8E30FD. Grayscale: #9C9C9C. Windows color (decimal): -9318654 or 184177. OLE color: 184177.

HSL color Cylindrical-coordinate representation of color #71CF02: hue angle of 87.51º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71CF02 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 207 2 -
CMYK 0.45 0 0.99 0.19
HSL 87.51º 0.98% 0.41% -
HSV(B) 87.51º 0.99% 0.81% -
XYZ 29.13 48.14 7.81 -
YUV 155.52 41.36 97.67 -
System Red Green Blue C M Y K H S L
Decimal 113 207 2 0.45 0 0.99 0.19 87.51 0.98 0.41
Hex 71 CF 2 2D 0 63 13 58 62 29
Octal 161 317 2 55 0 143 23 130 142 51
Binary 1110001 11001111 10 101101 0 1100011 10011 1011000 1100010 101001

Color Harmonies of #71CF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CF02

Black with #71CF02

Text Example


Text Example

White with #71CF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71CF02; }

 p { color: rgb(113,207,2); }

 H1.HeaderClassName
 {
   color: #71CF02;
 }
 .AnyTagClassName
 {
   color: #71CF02;
 }
</style>

background-color css

<style>
 a { background-color: #71CF02; }

 a { background-color: rgb(113,207,2); }

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

border-color css

<style>
 span { border-color: #71CF02; }

 span { border-color: rgb(113,207,2); }

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