Html Css Color HEX #CBFF0E Electric Lime

📋 copy color: '#CBFF0E'

red 203 ◦ green 255 ◦ blue 14

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

Shades of Electric Lime #CBFF0E

Tints of Electric Lime #CBFF0E

RGB

 RED value IS 203 (79.69% from 255) = 43.01%

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

 BLUE value IS 14 (5.86% from 255) = 2.97%

R = 43.01%
G = 54.03%
B = 2.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#CBFF0E (or 0xCBFF0E) is known color: Electric Lime. HEX triplet: CB, FF and 0E. RGB value is (203,255,14). Sum of RGB (Red+Green+Blue) = 203+255+14=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 14 (5.86% from 255 or 2.97% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFF0E is #3400F1. Grayscale: #D4D4D4. Windows color (decimal): -3408114 or 982987. OLE color: 982987.

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

Color convert

RGB 203 255 14 -
CMYK 0.20 0 0.95 0
HSL 72.95º 1% 0.53% -
HSV(B) 72.95º 0.95% 1% -
XYZ 60.47 84.25 13.49 -
YUV 211.98 16.27 121.6 -
System Red Green Blue C M Y K H S L
Decimal 203 255 14 0.20 0 0.95 0 72.95 1 0.53
Hex CB FF E 14 0 5F 0 49 64 35
Octal 313 377 16 24 0 137 0 111 144 65
Binary 11001011 11111111 1110 10100 0 1011111 0 1001001 1100100 110101

Color Harmonies of #CBFF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFF0E

Black with #CBFF0E

Text Example


Text Example

White with #CBFF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFF0E; }

 p { color: rgb(203,255,14); }

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

background-color css

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

 a { background-color: rgb(203,255,14); }

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

border-color css

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

 span { border-color: rgb(203,255,14); }

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