Html Css Color HEX #C7FF0B Electric Lime

📋 copy color: '#C7FF0B'

red 199 ◦ green 255 ◦ blue 11

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

Shades of Electric Lime #C7FF0B

Tints of Electric Lime #C7FF0B

RGB

 RED value IS 199 (78.13% from 255) = 42.8%

 GREEN value IS 255 (100% from 255) = 54.84%

 BLUE value IS 11 (4.69% from 255) = 2.37%

R = 42.8%
G = 54.84%
B = 2.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#C7FF0B (or 0xC7FF0B) is known color: Electric Lime. HEX triplet: C7, FF and 0B. RGB value is (199,255,11). Sum of RGB (Red+Green+Blue) = 199+255+11=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 11 (4.69% from 255 or 2.37% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FF0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7FF0B is #3800F4. Grayscale: #D3D3D3. Windows color (decimal): -3670261 or 786375. OLE color: 786375.

HSL color Cylindrical-coordinate representation of color #C7FF0B: hue angle of 73.77º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7FF0B is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 199 255 11 -
CMYK 0.22 0 0.96 0
HSL 73.77º 1% 0.52% -
HSV(B) 73.77º 0.96% 1% -
XYZ 59.37 83.69 13.34 -
YUV 210.44 15.45 119.84 -
System Red Green Blue C M Y K H S L
Decimal 199 255 11 0.22 0 0.96 0 73.77 1 0.52
Hex C7 FF B 16 0 60 0 4A 64 34
Octal 307 377 13 26 0 140 0 112 144 64
Binary 11000111 11111111 1011 10110 0 1100000 0 1001010 1100100 110100

Color Harmonies of #C7FF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7FF0B

Black with #C7FF0B

Text Example


Text Example

White with #C7FF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7FF0B; }

 p { color: rgb(199,255,11); }

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

background-color css

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

 a { background-color: rgb(199,255,11); }

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

border-color css

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

 span { border-color: rgb(199,255,11); }

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