Html Css Color HEX #7DC92B Lima

📋 copy color: '#7DC92B'

red 125 ◦ green 201 ◦ blue 43

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

Shades of Lima #7DC92B

Tints of Lima #7DC92B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.47%

 BLUE value IS 43 (17.19% from 255) = 11.65%

R = 33.88%
G = 54.47%
B = 11.65%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#7DC92B (or 0x7DC92B) is known color: Lima. HEX triplet: 7D, C9 and 2B. RGB value is (125,201,43). Sum of RGB (Red+Green+Blue) = 125+201+43=369 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.88% from 369); Green value is 201 (78.91% from 255 or 54.47% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC92B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC92B is #8236D4. Grayscale: #A0A0A0. Windows color (decimal): -8533717 or 2869629. OLE color: 2869629.

HSL color Cylindrical-coordinate representation of color #7DC92B: hue angle of 88.86º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7DC92B is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 201 43 -
CMYK 0.38 0 0.79 0.21
HSL 88.86º 0.65% 0.48% -
HSV(B) 88.86º 0.79% 0.79% -
XYZ 29.78 46.31 9.65 -
YUV 160.26 61.82 102.85 -
System Red Green Blue C M Y K H S L
Decimal 125 201 43 0.38 0 0.79 0.21 88.86 0.65 0.48
Hex 7D C9 2B 26 0 4F 15 59 41 30
Octal 175 311 53 46 0 117 25 131 101 60
Binary 1111101 11001001 101011 100110 0 1001111 10101 1011001 1000001 110000

Color Harmonies of #7DC92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC92B

Black with #7DC92B

Text Example


Text Example

White with #7DC92B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,201,43); }

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

background-color css

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

 a { background-color: rgb(125,201,43); }

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

border-color css

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

 span { border-color: rgb(125,201,43); }

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