Html Css Color HEX #74DE1B Lawn Green

📋 copy color: '#74DE1B'

red 116 ◦ green 222 ◦ blue 27

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

Shades of Lawn Green #74DE1B

Tints of Lawn Green #74DE1B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 60.82%

 BLUE value IS 27 (10.94% from 255) = 7.4%

R = 31.78%
G = 60.82%
B = 7.4%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#74DE1B (or 0x74DE1B) is known color: Lawn Green. HEX triplet: 74, DE and 1B. RGB value is (116,222,27). Sum of RGB (Red+Green+Blue) = 116+222+27=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 222 (87.11% from 255 or 60.82% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 222 - color contains mainly: green. Hex color #74DE1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DE1B is #8B21E4. Grayscale: #A8A8A8. Windows color (decimal): -9118181 or 1826420. OLE color: 1826420.

HSL color Cylindrical-coordinate representation of color #74DE1B: hue angle of 92.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74DE1B is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 222 27 -
CMYK 0.48 0 0.88 0.13
HSL 92.62º 0.78% 0.49% -
HSV(B) 92.62º 0.88% 0.87% -
XYZ 33.52 56.03 10.09 -
YUV 168.08 48.38 90.86 -
System Red Green Blue C M Y K H S L
Decimal 116 222 27 0.48 0 0.88 0.13 92.62 0.78 0.49
Hex 74 DE 1B 30 0 58 D 5D 4E 31
Octal 164 336 33 60 0 130 15 135 116 61
Binary 1110100 11011110 11011 110000 0 1011000 1101 1011101 1001110 110001

Color Harmonies of #74DE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DE1B

Black with #74DE1B

Text Example


Text Example

White with #74DE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,222,27); }

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

background-color css

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

 a { background-color: rgb(116,222,27); }

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

border-color css

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

 span { border-color: rgb(116,222,27); }

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