Html Css Color HEX #74CF02 Lawn Green

📋 copy color: '#74CF02'

red 116 ◦ green 207 ◦ blue 2

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

Shades of Lawn Green #74CF02

Tints of Lawn Green #74CF02

RGB

 RED value IS 116 (45.7% from 255) = 35.69%

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

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

R = 35.69%
G = 63.69%
B = 0.62%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#74CF02 (or 0x74CF02) is known color: Lawn Green. HEX triplet: 74, CF and 02. RGB value is (116,207,2). Sum of RGB (Red+Green+Blue) = 116+207+2=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 207 (81.25% from 255 or 63.69% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CF02 is #8B30FD. Grayscale: #9D9D9D. Windows color (decimal): -9122046 or 184180. OLE color: 184180.

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

Color convert

RGB 116 207 2 -
CMYK 0.44 0 0.99 0.19
HSL 86.63º 0.98% 0.41% -
HSV(B) 86.63º 0.99% 0.81% -
XYZ 29.53 48.34 7.83 -
YUV 156.42 40.85 99.17 -
System Red Green Blue C M Y K H S L
Decimal 116 207 2 0.44 0 0.99 0.19 86.63 0.98 0.41
Hex 74 CF 2 2C 0 63 13 57 62 29
Octal 164 317 2 54 0 143 23 127 142 51
Binary 1110100 11001111 10 101100 0 1100011 10011 1010111 1100010 101001

Color Harmonies of #74CF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CF02

Black with #74CF02

Text Example


Text Example

White with #74CF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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