Html Css Color HEX #75F224 Lawn Green

📋 copy color: '#75F224'

red 117 ◦ green 242 ◦ blue 36

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

Shades of Lawn Green #75F224

Tints of Lawn Green #75F224

RGB

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

 GREEN value IS 242 (94.92% from 255) = 61.27%

 BLUE value IS 36 (14.45% from 255) = 9.11%

R = 29.62%
G = 61.27%
B = 9.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#75F224 (or 0x75F224) is known color: Lawn Green. HEX triplet: 75, F2 and 24. RGB value is (117,242,36). Sum of RGB (Red+Green+Blue) = 117+242+36=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 242 (94.92% from 255 or 61.27% from 395); Blue value is 36 (14.45% from 255 or 9.11% from 395); Max value from RGB is 242 - color contains mainly: green. Hex color #75F224 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75F224 is #8A0DDB. Grayscale: #B5B5B5. Windows color (decimal): -9047516 or 2421365. OLE color: 2421365.

HSL color Cylindrical-coordinate representation of color #75F224: hue angle of 96.41º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75F224 is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 242 36 -
CMYK 0.52 0 0.85 0.05
HSL 96.41º 0.89% 0.55% -
HSV(B) 96.41º 0.85% 0.95% -
XYZ 39.41 67.41 12.6 -
YUV 181.14 46.09 82.25 -
System Red Green Blue C M Y K H S L
Decimal 117 242 36 0.52 0 0.85 0.05 96.41 0.89 0.55
Hex 75 F2 24 34 0 55 5 60 59 37
Octal 165 362 44 64 0 125 5 140 131 67
Binary 1110101 11110010 100100 110100 0 1010101 101 1100000 1011001 110111

Color Harmonies of #75F224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F224

Black with #75F224

Text Example


Text Example

White with #75F224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,242,36); }

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

background-color css

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

 a { background-color: rgb(117,242,36); }

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

border-color css

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

 span { border-color: rgb(117,242,36); }

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