Html Css Color HEX #7BCD1D Lima

📋 copy color: '#7BCD1D'

red 123 ◦ green 205 ◦ blue 29

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

Shades of Lima #7BCD1D

Tints of Lima #7BCD1D

RGB

 RED value IS 123 (48.44% from 255) = 34.45%

 GREEN value IS 205 (80.47% from 255) = 57.42%

 BLUE value IS 29 (11.72% from 255) = 8.12%

R = 34.45%
G = 57.42%
B = 8.12%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#7BCD1D (or 0x7BCD1D) is known color: Lima. HEX triplet: 7B, CD and 1D. RGB value is (123,205,29). Sum of RGB (Red+Green+Blue) = 123+205+29=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 205 (80.47% from 255 or 57.42% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCD1D is #8432E2. Grayscale: #A1A1A1. Windows color (decimal): -8663779 or 1953147. OLE color: 1953147.

HSL color Cylindrical-coordinate representation of color #7BCD1D: hue angle of 87.95º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7BCD1D is Cyan = 0.4, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 205 29 -
CMYK 0.4 0 0.86 0.20
HSL 87.95º 0.75% 0.46% -
HSV(B) 87.95º 0.86% 0.8% -
XYZ 30.22 47.96 8.83 -
YUV 160.42 53.83 101.31 -
System Red Green Blue C M Y K H S L
Decimal 123 205 29 0.4 0 0.86 0.20 87.95 0.75 0.46
Hex 7B CD 1D 28 0 56 14 58 4B 2E
Octal 173 315 35 50 0 126 24 130 113 56
Binary 1111011 11001101 11101 101000 0 1010110 10100 1011000 1001011 101110

Color Harmonies of #7BCD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCD1D

Black with #7BCD1D

Text Example


Text Example

White with #7BCD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,205,29); }

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

background-color css

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

 a { background-color: rgb(123,205,29); }

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

border-color css

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

 span { border-color: rgb(123,205,29); }

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