Html Css Color HEX #7DCF02 Lawn Green

📋 copy color: '#7DCF02'

red 125 ◦ green 207 ◦ blue 2

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

Shades of Lawn Green #7DCF02

Tints of Lawn Green #7DCF02

RGB

 RED value IS 125 (49.22% from 255) = 37.43%

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

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

R = 37.43%
G = 61.98%
B = 0.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#7DCF02 (or 0x7DCF02) is known color: Lawn Green. HEX triplet: 7D, CF and 02. RGB value is (125,207,2). Sum of RGB (Red+Green+Blue) = 125+207+2=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 207 (81.25% from 255 or 61.98% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCF02 is #8230FD. Grayscale: #9F9F9F. Windows color (decimal): -8532222 or 184189. OLE color: 184189.

HSL color Cylindrical-coordinate representation of color #7DCF02: hue angle of 84º 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 #7DCF02 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 207 2 -
CMYK 0.40 0 0.99 0.19
HSL 84º 0.98% 0.41% -
HSV(B) 84º 0.99% 0.81% -
XYZ 30.78 48.99 7.89 -
YUV 159.11 39.33 103.67 -
System Red Green Blue C M Y K H S L
Decimal 125 207 2 0.40 0 0.99 0.19 84 0.98 0.41
Hex 7D CF 2 28 0 63 13 54 62 29
Octal 175 317 2 50 0 143 23 124 142 51
Binary 1111101 11001111 10 101000 0 1100011 10011 1010100 1100010 101001

Color Harmonies of #7DCF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF02

Black with #7DCF02

Text Example


Text Example

White with #7DCF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DCF02; }

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

 H1.HeaderClassName
 {
   color: #7DCF02;
 }
 .AnyTagClassName
 {
   color: #7DCF02;
 }
</style>

background-color css

<style>
 a { background-color: #7DCF02; }

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

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

border-color css

<style>
 span { border-color: #7DCF02; }

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

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