Html Css Color HEX #CBF613 Electric Lime

📋 copy color: '#CBF613'

red 203 ◦ green 246 ◦ blue 19

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

Shades of Electric Lime #CBF613

Tints of Electric Lime #CBF613

RGB

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

 GREEN value IS 246 (96.48% from 255) = 52.56%

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

R = 43.38%
G = 52.56%
B = 4.06%

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

#CBF613 (or 0xCBF613) is known color: Electric Lime. HEX triplet: CB, F6 and 13. RGB value is (203,246,19). Sum of RGB (Red+Green+Blue) = 203+246+19=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 246 (96.48% from 255 or 52.56% from 468); Blue value is 19 (7.81% from 255 or 4.06% from 468); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF613 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF613 is #3409EC. Grayscale: #D0D0D0. Windows color (decimal): -3410413 or 1308363. OLE color: 1308363.

HSL color Cylindrical-coordinate representation of color #CBF613: hue angle of 71.37º degrees, saturation: 0.93, 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 #CBF613 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 246 19 -
CMYK 0.17 0 0.92 0.04
HSL 71.37º 0.93% 0.52% -
HSV(B) 71.37º 0.92% 0.96% -
XYZ 57.7 78.66 12.76 -
YUV 207.27 21.75 124.96 -
System Red Green Blue C M Y K H S L
Decimal 203 246 19 0.17 0 0.92 0.04 71.37 0.93 0.52
Hex CB F6 13 11 0 5C 4 47 5D 34
Octal 313 366 23 21 0 134 4 107 135 64
Binary 11001011 11110110 10011 10001 0 1011100 100 1000111 1011101 110100

Color Harmonies of #CBF613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF613

Black with #CBF613

Text Example


Text Example

White with #CBF613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF613; }

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

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

background-color css

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

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

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

border-color css

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

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

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