Html Css Color HEX #74BE27 Lima

📋 copy color: '#74BE27'

red 116 ◦ green 190 ◦ blue 39

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

Shades of Lima #74BE27

Tints of Lima #74BE27

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.07%

 BLUE value IS 39 (15.63% from 255) = 11.3%

R = 33.62%
G = 55.07%
B = 11.3%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#74BE27 (or 0x74BE27) is known color: Lima. HEX triplet: 74, BE and 27. RGB value is (116,190,39). Sum of RGB (Red+Green+Blue) = 116+190+39=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BE27 is #8B41D8. Grayscale: #979797. Windows color (decimal): -9126361 or 2604660. OLE color: 2604660.

HSL color Cylindrical-coordinate representation of color #74BE27: hue angle of 89.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74BE27 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 190 39 -
CMYK 0.39 0 0.79 0.25
HSL 89.4º 0.66% 0.45% -
HSV(B) 89.4º 0.79% 0.75% -
XYZ 25.98 40.69 8.4 -
YUV 150.66 64.98 103.28 -
System Red Green Blue C M Y K H S L
Decimal 116 190 39 0.39 0 0.79 0.25 89.4 0.66 0.45
Hex 74 BE 27 27 0 4F 19 59 42 2D
Octal 164 276 47 47 0 117 31 131 102 55
Binary 1110100 10111110 100111 100111 0 1001111 11001 1011001 1000010 101101

Color Harmonies of #74BE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BE27

Black with #74BE27

Text Example


Text Example

White with #74BE27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,190,39); }

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

background-color css

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

 a { background-color: rgb(116,190,39); }

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

border-color css

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

 span { border-color: rgb(116,190,39); }

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