Html Css Color HEX #74CA28 Lima

📋 copy color: '#74CA28'

red 116 ◦ green 202 ◦ blue 40

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

Shades of Lima #74CA28

Tints of Lima #74CA28

RGB

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

 GREEN value IS 202 (79.3% from 255) = 56.42%

 BLUE value IS 40 (16.02% from 255) = 11.17%

R = 32.4%
G = 56.42%
B = 11.17%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#74CA28 (or 0x74CA28) is known color: Lima. HEX triplet: 74, CA and 28. RGB value is (116,202,40). Sum of RGB (Red+Green+Blue) = 116+202+40=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 202 (79.30% from 255 or 56.42% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CA28 is #8B35D7. Grayscale: #9E9E9E. Windows color (decimal): -9123288 or 2673268. OLE color: 2673268.

HSL color Cylindrical-coordinate representation of color #74CA28: hue angle of 91.85º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74CA28 is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 202 40 -
CMYK 0.43 0 0.80 0.21
HSL 91.85º 0.67% 0.47% -
HSV(B) 91.85º 0.8% 0.79% -
XYZ 28.71 46.11 9.39 -
YUV 157.82 61.51 98.17 -
System Red Green Blue C M Y K H S L
Decimal 116 202 40 0.43 0 0.80 0.21 91.85 0.67 0.47
Hex 74 CA 28 2B 0 50 15 5C 43 2F
Octal 164 312 50 53 0 120 25 134 103 57
Binary 1110100 11001010 101000 101011 0 1010000 10101 1011100 1000011 101111

Color Harmonies of #74CA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CA28

Black with #74CA28

Text Example


Text Example

White with #74CA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,202,40); }

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

background-color css

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

 a { background-color: rgb(116,202,40); }

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

border-color css

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

 span { border-color: rgb(116,202,40); }

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