Html Css Color HEX #7DBE2C Lima

📋 copy color: '#7DBE2C'

red 125 ◦ green 190 ◦ blue 44

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

Shades of Lima #7DBE2C

Tints of Lima #7DBE2C

RGB

 RED value IS 125 (49.22% from 255) = 34.82%

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

 BLUE value IS 44 (17.58% from 255) = 12.26%

R = 34.82%
G = 52.92%
B = 12.26%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#7DBE2C (or 0x7DBE2C) is known color: Lima. HEX triplet: 7D, BE and 2C. RGB value is (125,190,44). Sum of RGB (Red+Green+Blue) = 125+190+44=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 190 (74.61% from 255 or 52.92% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBE2C is #8241D3. Grayscale: #9A9A9A. Windows color (decimal): -8536532 or 2932349. OLE color: 2932349.

HSL color Cylindrical-coordinate representation of color #7DBE2C: hue angle of 86.71º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DBE2C is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 190 44 -
CMYK 0.34 0 0.77 0.25
HSL 86.71º 0.62% 0.46% -
HSV(B) 86.71º 0.77% 0.75% -
XYZ 27.33 41.37 8.93 -
YUV 153.92 65.97 107.37 -
System Red Green Blue C M Y K H S L
Decimal 125 190 44 0.34 0 0.77 0.25 86.71 0.62 0.46
Hex 7D BE 2C 22 0 4D 19 57 3E 2E
Octal 175 276 54 42 0 115 31 127 76 56
Binary 1111101 10111110 101100 100010 0 1001101 11001 1010111 111110 101110

Color Harmonies of #7DBE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBE2C

Black with #7DBE2C

Text Example


Text Example

White with #7DBE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,190,44); }

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

background-color css

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

 a { background-color: rgb(125,190,44); }

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

border-color css

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

 span { border-color: rgb(125,190,44); }

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