Html Css Color HEX #07F905 Lime

📋 copy color: '#07F905'

red 7 ◦ green 249 ◦ blue 5

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

Shades of Lime #07F905

Tints of Lime #07F905

RGB

 RED value IS 7 (3.13% from 255) = 2.68%

 GREEN value IS 249 (97.66% from 255) = 95.4%

 BLUE value IS 5 (2.34% from 255) = 1.92%

R = 2.68%
G = 95.4%
B = 1.92%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#07F905 (or 0x07F905) is known color: Lime. HEX triplet: 07, F9 and 05. RGB value is (7,249,5). Sum of RGB (Red+Green+Blue) = 7+249+5=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 249 (97.66% from 255 or 95.40% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 249 - color contains mainly: green. Hex color #07F905 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07F905 is #F806FA. Grayscale: #959595. Windows color (decimal): -16254715 or 391431. OLE color: 391431.

HSL color Cylindrical-coordinate representation of color #07F905: hue angle of 119.51º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07F905 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 249 5 -
CMYK 0.97 0 0.98 0.02
HSL 119.51º 0.96% 0.5% -
HSV(B) 119.51º 0.98% 0.98% -
XYZ 33.99 67.81 11.44 -
YUV 148.83 46.83 26.84 -
System Red Green Blue C M Y K H S L
Decimal 7 249 5 0.97 0 0.98 0.02 119.51 0.96 0.5
Hex 7 F9 5 61 0 62 2 78 60 32
Octal 7 371 5 141 0 142 2 170 140 62
Binary 111 11111001 101 1100001 0 1100010 10 1111000 1100000 110010

Color Harmonies of #07F905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F905

Black with #07F905

Text Example


Text Example

White with #07F905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07F905; }

 p { color: rgb(7,249,5); }

 H1.HeaderClassName
 {
   color: #07F905;
 }
 .AnyTagClassName
 {
   color: #07F905;
 }
</style>

background-color css

<style>
 a { background-color: #07F905; }

 a { background-color: rgb(7,249,5); }

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

border-color css

<style>
 span { border-color: #07F905; }

 span { border-color: rgb(7,249,5); }

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