Html Css Color HEX #CBF513 Electric Lime

📋 copy color: '#CBF513'

red 203 ◦ green 245 ◦ blue 19

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

Shades of Electric Lime #CBF513

Tints of Electric Lime #CBF513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.07%

R = 43.47%
G = 52.46%
B = 4.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#CBF513 (or 0xCBF513) is known color: Electric Lime. HEX triplet: CB, F5 and 13. RGB value is (203,245,19). Sum of RGB (Red+Green+Blue) = 203+245+19=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 245 (96.09% from 255 or 52.46% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF513 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF513 is #340AEC. Grayscale: #CFCFCF. Windows color (decimal): -3410669 or 1308107. OLE color: 1308107.

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

Color convert

RGB 203 245 19 -
CMYK 0.17 0 0.92 0.04
HSL 71.15º 0.92% 0.52% -
HSV(B) 71.15º 0.92% 0.96% -
XYZ 57.4 78.05 12.66 -
YUV 206.68 22.09 125.38 -
System Red Green Blue C M Y K H S L
Decimal 203 245 19 0.17 0 0.92 0.04 71.15 0.92 0.52
Hex CB F5 13 11 0 5C 4 47 5C 34
Octal 313 365 23 21 0 134 4 107 134 64
Binary 11001011 11110101 10011 10001 0 1011100 100 1000111 1011100 110100

Color Harmonies of #CBF513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF513

Black with #CBF513

Text Example


Text Example

White with #CBF513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF513; }

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

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

background-color css

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

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

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

border-color css

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

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

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