Html Css Color HEX #74F235 Lawn Green

📋 copy color: '#74F235'

red 116 ◦ green 242 ◦ blue 53

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

Shades of Lawn Green #74F235

Tints of Lawn Green #74F235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.9%

R = 28.22%
G = 58.88%
B = 12.9%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#74F235 (or 0x74F235) is known color: Lawn Green. HEX triplet: 74, F2 and 35. RGB value is (116,242,53). Sum of RGB (Red+Green+Blue) = 116+242+53=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 242 (94.92% from 255 or 58.88% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 242 - color contains mainly: green. Hex color #74F235 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F235 is #8B0DCA. Grayscale: #B7B7B7. Windows color (decimal): -9113035 or 3535476. OLE color: 3535476.

HSL color Cylindrical-coordinate representation of color #74F235: hue angle of 100º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74F235 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 242 53 -
CMYK 0.52 0 0.78 0.05
HSL 100º 0.88% 0.58% -
HSV(B) 100º 0.78% 0.95% -
XYZ 39.6 67.47 14.31 -
YUV 182.78 54.76 80.37 -
System Red Green Blue C M Y K H S L
Decimal 116 242 53 0.52 0 0.78 0.05 100 0.88 0.58
Hex 74 F2 35 34 0 4E 5 64 58 3A
Octal 164 362 65 64 0 116 5 144 130 72
Binary 1110100 11110010 110101 110100 0 1001110 101 1100100 1011000 111010

Color Harmonies of #74F235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F235

Black with #74F235

Text Example


Text Example

White with #74F235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,242,53); }

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

background-color css

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

 a { background-color: rgb(116,242,53); }

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

border-color css

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

 span { border-color: rgb(116,242,53); }

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