Html Css Color HEX #CBF50E Electric Lime

📋 copy color: '#CBF50E'

red 203 ◦ green 245 ◦ blue 14

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

Shades of Electric Lime #CBF50E

Tints of Electric Lime #CBF50E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 53.03%

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

R = 43.94%
G = 53.03%
B = 3.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#CBF50E (or 0xCBF50E) is known color: Electric Lime. HEX triplet: CB, F5 and 0E. RGB value is (203,245,14). Sum of RGB (Red+Green+Blue) = 203+245+14=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 245 (96.09% from 255 or 53.03% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF50E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF50E is #340AF1. Grayscale: #CECECE. Windows color (decimal): -3410674 or 980427. OLE color: 980427.

HSL color Cylindrical-coordinate representation of color #CBF50E: hue angle of 70.91º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBF50E is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 245 14 -
CMYK 0.17 0 0.94 0.04
HSL 70.91º 0.92% 0.51% -
HSV(B) 70.91º 0.94% 0.96% -
XYZ 57.36 78.03 12.45 -
YUV 206.11 19.59 125.78 -
System Red Green Blue C M Y K H S L
Decimal 203 245 14 0.17 0 0.94 0.04 70.91 0.92 0.51
Hex CB F5 E 11 0 5E 4 47 5C 33
Octal 313 365 16 21 0 136 4 107 134 63
Binary 11001011 11110101 1110 10001 0 1011110 100 1000111 1011100 110011

Color Harmonies of #CBF50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF50E

Black with #CBF50E

Text Example


Text Example

White with #CBF50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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