Html Css Color HEX #74CD28 Lima

📋 copy color: '#74CD28'

red 116 ◦ green 205 ◦ blue 40

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

Shades of Lima #74CD28

Tints of Lima #74CD28

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.79%

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

R = 32.13%
G = 56.79%
B = 11.08%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#74CD28 (or 0x74CD28) is known color: Lima. HEX triplet: 74, CD and 28. RGB value is (116,205,40). Sum of RGB (Red+Green+Blue) = 116+205+40=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 205 (80.47% from 255 or 56.79% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CD28 is #8B32D7. Grayscale: #A0A0A0. Windows color (decimal): -9122520 or 2674036. OLE color: 2674036.

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

Color convert

RGB 116 205 40 -
CMYK 0.43 0 0.80 0.20
HSL 92.36º 0.67% 0.48% -
HSV(B) 92.36º 0.8% 0.8% -
XYZ 29.42 47.53 9.63 -
YUV 159.58 60.51 96.92 -
System Red Green Blue C M Y K H S L
Decimal 116 205 40 0.43 0 0.80 0.20 92.36 0.67 0.48
Hex 74 CD 28 2B 0 50 14 5C 43 30
Octal 164 315 50 53 0 120 24 134 103 60
Binary 1110100 11001101 101000 101011 0 1010000 10100 1011100 1000011 110000

Color Harmonies of #74CD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CD28

Black with #74CD28

Text Example


Text Example

White with #74CD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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