Html Css Color HEX #75DF02 Lawn Green

📋 copy color: '#75DF02'

red 117 ◦ green 223 ◦ blue 2

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

Shades of Lawn Green #75DF02

Tints of Lawn Green #75DF02

RGB

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

 GREEN value IS 223 (87.5% from 255) = 65.2%

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

R = 34.21%
G = 65.2%
B = 0.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#75DF02 (or 0x75DF02) is known color: Lawn Green. HEX triplet: 75, DF and 02. RGB value is (117,223,2). Sum of RGB (Red+Green+Blue) = 117+223+2=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 223 (87.5% from 255 or 65.20% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DF02 is #8A20FD. Grayscale: #A6A6A6. Windows color (decimal): -9052414 or 188277. OLE color: 188277.

HSL color Cylindrical-coordinate representation of color #75DF02: hue angle of 88.78º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75DF02 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 223 2 -
CMYK 0.48 0 0.99 0.13
HSL 88.78º 0.98% 0.44% -
HSV(B) 88.78º 0.99% 0.87% -
XYZ 33.73 56.56 9.2 -
YUV 166.11 35.38 92.97 -
System Red Green Blue C M Y K H S L
Decimal 117 223 2 0.48 0 0.99 0.13 88.78 0.98 0.44
Hex 75 DF 2 30 0 63 D 59 62 2C
Octal 165 337 2 60 0 143 15 131 142 54
Binary 1110101 11011111 10 110000 0 1100011 1101 1011001 1100010 101100

Color Harmonies of #75DF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DF02

Black with #75DF02

Text Example


Text Example

White with #75DF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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