Html Css Color HEX #09EF02 Lime

📋 copy color: '#09EF02'

red 9 ◦ green 239 ◦ blue 2

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

Shades of Lime #09EF02

Tints of Lime #09EF02

RGB

 RED value IS 9 (3.91% from 255) = 3.6%

 GREEN value IS 239 (93.75% from 255) = 95.6%

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 3.6%
G = 95.6%
B = 0.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#09EF02 (or 0x09EF02) is known color: Lime. HEX triplet: 09, EF and 02. RGB value is (9,239,2). Sum of RGB (Red+Green+Blue) = 9+239+2=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 239 (93.75% from 255 or 95.6% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 239 - color contains mainly: green. Hex color #09EF02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09EF02 is #F610FD. Grayscale: #8F8F8F. Windows color (decimal): -16126206 or 192265. OLE color: 192265.

HSL color Cylindrical-coordinate representation of color #09EF02: hue angle of 118.23º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09EF02 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 239 2 -
CMYK 0.96 0 0.99 0.06
HSL 118.23º 0.98% 0.47% -
HSV(B) 118.23º 0.99% 0.94% -
XYZ 30.99 61.8 10.35 -
YUV 143.21 48.3 32.27 -
System Red Green Blue C M Y K H S L
Decimal 9 239 2 0.96 0 0.99 0.06 118.23 0.98 0.47
Hex 9 EF 2 60 0 63 6 76 62 2F
Octal 11 357 2 140 0 143 6 166 142 57
Binary 1001 11101111 10 1100000 0 1100011 110 1110110 1100010 101111

Color Harmonies of #09EF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EF02

Black with #09EF02

Text Example


Text Example

White with #09EF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09EF02; }

 p { color: rgb(9,239,2); }

 H1.HeaderClassName
 {
   color: #09EF02;
 }
 .AnyTagClassName
 {
   color: #09EF02;
 }
</style>

background-color css

<style>
 a { background-color: #09EF02; }

 a { background-color: rgb(9,239,2); }

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

border-color css

<style>
 span { border-color: #09EF02; }

 span { border-color: rgb(9,239,2); }

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