Html Css Color HEX #74CB16 Lima

📋 copy color: '#74CB16'

red 116 ◦ green 203 ◦ blue 22

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

Shades of Lima #74CB16

Tints of Lima #74CB16

RGB

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

 GREEN value IS 203 (79.69% from 255) = 59.53%

 BLUE value IS 22 (8.98% from 255) = 6.45%

R = 34.02%
G = 59.53%
B = 6.45%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#74CB16 (or 0x74CB16) is known color: Lima. HEX triplet: 74, CB and 16. RGB value is (116,203,22). Sum of RGB (Red+Green+Blue) = 116+203+22=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CB16 is #8B34E9. Grayscale: #9C9C9C. Windows color (decimal): -9123050 or 1493876. OLE color: 1493876.

HSL color Cylindrical-coordinate representation of color #74CB16: hue angle of 88.84º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74CB16 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 203 22 -
CMYK 0.43 0 0.89 0.20
HSL 88.84º 0.8% 0.44% -
HSV(B) 88.84º 0.89% 0.8% -
XYZ 28.7 46.48 8.22 -
YUV 156.35 52.18 99.22 -
System Red Green Blue C M Y K H S L
Decimal 116 203 22 0.43 0 0.89 0.20 88.84 0.8 0.44
Hex 74 CB 16 2B 0 59 14 59 50 2C
Octal 164 313 26 53 0 131 24 131 120 54
Binary 1110100 11001011 10110 101011 0 1011001 10100 1011001 1010000 101100

Color Harmonies of #74CB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CB16

Black with #74CB16

Text Example


Text Example

White with #74CB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,203,22); }

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

background-color css

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

 a { background-color: rgb(116,203,22); }

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

border-color css

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

 span { border-color: rgb(116,203,22); }

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