Html Css Color HEX #CBF515 Electric Lime

📋 copy color: '#CBF515'

red 203 ◦ green 245 ◦ blue 21

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

Shades of Electric Lime #CBF515

Tints of Electric Lime #CBF515

RGB

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

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

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

R = 43.28%
G = 52.24%
B = 4.48%

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

#CBF515 (or 0xCBF515) is known color: Electric Lime. HEX triplet: CB, F5 and 15. RGB value is (203,245,21). Sum of RGB (Red+Green+Blue) = 203+245+21=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 21 (8.59% from 255 or 4.48% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF515 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF515 is #340AEA. Grayscale: #CFCFCF. Windows color (decimal): -3410667 or 1439179. OLE color: 1439179.

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

Color convert

RGB 203 245 21 -
CMYK 0.17 0 0.91 0.04
HSL 71.25º 0.92% 0.52% -
HSV(B) 71.25º 0.91% 0.96% -
XYZ 57.42 78.06 12.75 -
YUV 206.91 23.09 125.21 -
System Red Green Blue C M Y K H S L
Decimal 203 245 21 0.17 0 0.91 0.04 71.25 0.92 0.52
Hex CB F5 15 11 0 5B 4 47 5C 34
Octal 313 365 25 21 0 133 4 107 134 64
Binary 11001011 11110101 10101 10001 0 1011011 100 1000111 1011100 110100

Color Harmonies of #CBF515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF515

Black with #CBF515

Text Example


Text Example

White with #CBF515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF515; }

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

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

background-color css

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

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

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

border-color css

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

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

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