Html Css Color HEX #CBF615 Electric Lime

📋 copy color: '#CBF615'

red 203 ◦ green 246 ◦ blue 21

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

Shades of Electric Lime #CBF615

Tints of Electric Lime #CBF615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.47%

R = 43.19%
G = 52.34%
B = 4.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#CBF615 (or 0xCBF615) is known color: Electric Lime. HEX triplet: CB, F6 and 15. RGB value is (203,246,21). Sum of RGB (Red+Green+Blue) = 203+246+21=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 246 (96.48% from 255 or 52.34% from 470); Blue value is 21 (8.59% from 255 or 4.47% from 470); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF615 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF615 is #3409EA. Grayscale: #D0D0D0. Windows color (decimal): -3410411 or 1439435. OLE color: 1439435.

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

Color convert

RGB 203 246 21 -
CMYK 0.17 0 0.91 0.04
HSL 71.47º 0.93% 0.52% -
HSV(B) 71.47º 0.91% 0.96% -
XYZ 57.72 78.66 12.85 -
YUV 207.49 22.75 124.8 -
System Red Green Blue C M Y K H S L
Decimal 203 246 21 0.17 0 0.91 0.04 71.47 0.93 0.52
Hex CB F6 15 11 0 5B 4 47 5D 34
Octal 313 366 25 21 0 133 4 107 135 64
Binary 11001011 11110110 10101 10001 0 1011011 100 1000111 1011101 110100

Color Harmonies of #CBF615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF615

Black with #CBF615

Text Example


Text Example

White with #CBF615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF615; }

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

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

background-color css

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

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

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

border-color css

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

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

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