Html Css Color HEX #CBF115 Electric Lime

📋 copy color: '#CBF115'

red 203 ◦ green 241 ◦ blue 21

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

Shades of Electric Lime #CBF115

Tints of Electric Lime #CBF115

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.83%

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

R = 43.66%
G = 51.83%
B = 4.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#CBF115 (or 0xCBF115) is known color: Electric Lime. HEX triplet: CB, F1 and 15. RGB value is (203,241,21). Sum of RGB (Red+Green+Blue) = 203+241+21=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 21 (8.59% from 255 or 4.52% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF115 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF115 is #340EEA. Grayscale: #CDCDCD. Windows color (decimal): -3411691 or 1438155. OLE color: 1438155.

HSL color Cylindrical-coordinate representation of color #CBF115: hue angle of 70.36º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBF115 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 241 21 -
CMYK 0.16 0 0.91 0.05
HSL 70.36º 0.89% 0.51% -
HSV(B) 70.36º 0.91% 0.95% -
XYZ 56.22 75.66 12.35 -
YUV 204.56 24.41 126.89 -
System Red Green Blue C M Y K H S L
Decimal 203 241 21 0.16 0 0.91 0.05 70.36 0.89 0.51
Hex CB F1 15 10 0 5B 5 46 59 33
Octal 313 361 25 20 0 133 5 106 131 63
Binary 11001011 11110001 10101 10000 0 1011011 101 1000110 1011001 110011

Color Harmonies of #CBF115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF115

Black with #CBF115

Text Example


Text Example

White with #CBF115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF115; }

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

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

background-color css

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

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

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

border-color css

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

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

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