Html Css Color HEX #7FBD1E Lima

📋 copy color: '#7FBD1E'

red 127 ◦ green 189 ◦ blue 30

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

Shades of Lima #7FBD1E

Tints of Lima #7FBD1E

RGB

 RED value IS 127 (50% from 255) = 36.71%

 GREEN value IS 189 (74.22% from 255) = 54.62%

 BLUE value IS 30 (12.11% from 255) = 8.67%

R = 36.71%
G = 54.62%
B = 8.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#7FBD1E (or 0x7FBD1E) is known color: Lima. HEX triplet: 7F, BD and 1E. RGB value is (127,189,30). Sum of RGB (Red+Green+Blue) = 127+189+30=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBD1E is #8042E1. Grayscale: #989898. Windows color (decimal): -8405730 or 2014591. OLE color: 2014591.

HSL color Cylindrical-coordinate representation of color #7FBD1E: hue angle of 83.4º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7FBD1E is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 189 30 -
CMYK 0.33 0 0.84 0.26
HSL 83.4º 0.73% 0.43% -
HSV(B) 83.4º 0.84% 0.74% -
XYZ 27.18 41 7.71 -
YUV 152.34 58.96 109.93 -
System Red Green Blue C M Y K H S L
Decimal 127 189 30 0.33 0 0.84 0.26 83.4 0.73 0.43
Hex 7F BD 1E 21 0 54 1A 53 49 2B
Octal 177 275 36 41 0 124 32 123 111 53
Binary 1111111 10111101 11110 100001 0 1010100 11010 1010011 1001001 101011

Color Harmonies of #7FBD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBD1E

Black with #7FBD1E

Text Example


Text Example

White with #7FBD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FBD1E; }

 p { color: rgb(127,189,30); }

 H1.HeaderClassName
 {
   color: #7FBD1E;
 }
 .AnyTagClassName
 {
   color: #7FBD1E;
 }
</style>

background-color css

<style>
 a { background-color: #7FBD1E; }

 a { background-color: rgb(127,189,30); }

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

border-color css

<style>
 span { border-color: #7FBD1E; }

 span { border-color: rgb(127,189,30); }

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