Html Css Color HEX #7BCF1E Lima

📋 copy color: '#7BCF1E'

red 123 ◦ green 207 ◦ blue 30

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

Shades of Lima #7BCF1E

Tints of Lima #7BCF1E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 57.5%

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

R = 34.17%
G = 57.5%
B = 8.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#7BCF1E (or 0x7BCF1E) is known color: Lima. HEX triplet: 7B, CF and 1E. RGB value is (123,207,30). Sum of RGB (Red+Green+Blue) = 123+207+30=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 207 (81.25% from 255 or 57.5% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCF1E is #8430E1. Grayscale: #A2A2A2. Windows color (decimal): -8663266 or 2019195. OLE color: 2019195.

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

Color convert

RGB 123 207 30 -
CMYK 0.41 0 0.86 0.19
HSL 88.47º 0.75% 0.46% -
HSV(B) 88.47º 0.86% 0.81% -
XYZ 30.72 48.93 9.05 -
YUV 161.71 53.67 100.39 -
System Red Green Blue C M Y K H S L
Decimal 123 207 30 0.41 0 0.86 0.19 88.47 0.75 0.46
Hex 7B CF 1E 29 0 56 13 58 4B 2E
Octal 173 317 36 51 0 126 23 130 113 56
Binary 1111011 11001111 11110 101001 0 1010110 10011 1011000 1001011 101110

Color Harmonies of #7BCF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCF1E

Black with #7BCF1E

Text Example


Text Example

White with #7BCF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,207,30); }

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

background-color css

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

 a { background-color: rgb(123,207,30); }

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

border-color css

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

 span { border-color: rgb(123,207,30); }

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