Html Css Color HEX #75CF02 Lawn Green

📋 copy color: '#75CF02'

red 117 ◦ green 207 ◦ blue 2

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

Shades of Lawn Green #75CF02

Tints of Lawn Green #75CF02

RGB

 RED value IS 117 (46.09% from 255) = 35.89%

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

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

R = 35.89%
G = 63.5%
B = 0.61%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#75CF02 (or 0x75CF02) is known color: Lawn Green. HEX triplet: 75, CF and 02. RGB value is (117,207,2). Sum of RGB (Red+Green+Blue) = 117+207+2=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 207 (81.25% from 255 or 63.50% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CF02 is #8A30FD. Grayscale: #9D9D9D. Windows color (decimal): -9056510 or 184181. OLE color: 184181.

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

Color convert

RGB 117 207 2 -
CMYK 0.43 0 0.99 0.19
HSL 86.34º 0.98% 0.41% -
HSV(B) 86.34º 0.99% 0.81% -
XYZ 29.66 48.41 7.84 -
YUV 156.72 40.68 99.67 -
System Red Green Blue C M Y K H S L
Decimal 117 207 2 0.43 0 0.99 0.19 86.34 0.98 0.41
Hex 75 CF 2 2B 0 63 13 56 62 29
Octal 165 317 2 53 0 143 23 126 142 51
Binary 1110101 11001111 10 101011 0 1100011 10011 1010110 1100010 101001

Color Harmonies of #75CF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CF02

Black with #75CF02

Text Example


Text Example

White with #75CF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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