Html Css Color HEX #74AF24 Lima

📋 copy color: '#74AF24'

red 116 ◦ green 175 ◦ blue 36

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

Shades of Lima #74AF24

Tints of Lima #74AF24

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.52%

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

R = 35.47%
G = 53.52%
B = 11.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#74AF24 (or 0x74AF24) is known color: Lima. HEX triplet: 74, AF and 24. RGB value is (116,175,36). Sum of RGB (Red+Green+Blue) = 116+175+36=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF24 is #8B50DB. Grayscale: #8E8E8E. Windows color (decimal): -9130204 or 2404212. OLE color: 2404212.

HSL color Cylindrical-coordinate representation of color #74AF24: hue angle of 85.47º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74AF24 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 175 36 -
CMYK 0.34 0 0.79 0.31
HSL 85.47º 0.66% 0.41% -
HSV(B) 85.47º 0.79% 0.69% -
XYZ 22.85 34.5 7.12 -
YUV 141.51 68.45 109.8 -
System Red Green Blue C M Y K H S L
Decimal 116 175 36 0.34 0 0.79 0.31 85.47 0.66 0.41
Hex 74 AF 24 22 0 4F 1F 55 42 29
Octal 164 257 44 42 0 117 37 125 102 51
Binary 1110100 10101111 100100 100010 0 1001111 11111 1010101 1000010 101001

Color Harmonies of #74AF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AF24

Black with #74AF24

Text Example


Text Example

White with #74AF24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,175,36); }

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

background-color css

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

 a { background-color: rgb(116,175,36); }

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

border-color css

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

 span { border-color: rgb(116,175,36); }

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